Plumtree UI Infrastructure API  
 

AActivitySpace.GetPageExists Method 

This method checks whether or not a specific page exists in this AActivitySpace.

public virtual bool GetPageExists(
   string pageName
);

Parameters

pageName

Return Value

boolean whether or not the page exists

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace