Uiinfrastructure API Docs  
 

ASManager.GetModelExists Method 

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

public virtual bool GetModelExists(
   string modelName
);

Parameters

modelName
Model name

Return Value

True if exists. Otherwise false.

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace