Plumtree UI Infrastructure API  
 

AActivitySpace.GetSubSpaceExists Method 

This method checks whether or not a specific sub-space exists in this AActivitySpace.

public virtual bool GetSubSpaceExists(
   string subSpaceKey
);

Parameters

subSpaceKey

Return Value

boolean whether or not the sub-space exists

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace