Uiinfrastructure API Docs  
 

ASManager.GetPageControlExists Method 

Checks to determine if specified page control has been loaded by dynamic discovery into the hashtable of pagecontrols.

public virtual bool GetPageControlExists(
   string pageControlName
);

Parameters

pageControlName
pagecontrol name

Return Value

True if exists. Otherwise false.

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace