Uiinfrastructure API Docs  
 

AActivitySpace.SetSubSpaceKey Method 

Sets the sub-space key. If this is null, this is not a sub-space. By default, spaces are not sub-spaces. This key is used by the parent AActivitySpace to identify sub-spaces (in case there are multiple instances of the same type of sub-space). The sub-space key is different from the space ID.

public virtual void SetSubSpaceKey(
   string sSubSpaceKey
);

Parameters

sSubSpaceKey

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace