Uiinfrastructure API Docs  
 

ILink.SetLinkCreateNewSpace Method 

This method creates a brand new AActivitySpace.

bool SetLinkCreateNewSpace(
   string strSpace,
   AActivitySpace parent
);

Parameters

strSpace
The name of the space to create
parent
the parent space

Return Value

boolean true implies success, false implies failure

See Also

ILink Interface | com.plumtree.uiinfrastructure.activityspace Namespace