Uiinfrastructure API Docs  
 

ASManager.GetViewExists Method 

Checks to determine if specified view has been loaded by dynamic discovery into the hashtable of views.

public virtual bool GetViewExists(
   string viewName
);

Parameters

viewName
View name

Return Value

True if exists. Otherwise false.

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace