Uiinfrastructure API Docs  
 

ASManager.GetSpaceExists Method 

Checks to determine if specified activity space has been loaded by dynamic discovery into the hashtable of activity spaces.

public virtual bool GetSpaceExists(
   string spaceName
);

Parameters

spaceName
Activity space name

Return Value

True if exists. Otherwise false.

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace