Uiinfrastructure API Docs  
 

AActivitySpace.SetParentSpace Method 

Set the name and ID of the parent AActivitySpace (i.e. the one that launched this space). If there is no parent space, then this method does not need to be called.

public virtual void SetParentSpace(
   string spaceName,
   string spaceID
);

Parameters

spaceName
spaceID

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace