Uiinfrastructure API Docs  
 

ASManager.GetView Method 

Create the view specified by the view name. This method should not be called by developers. It is only for AActivitySpace.

public virtual IView GetView(
   string viewName
);

Parameters

viewName
The name of the view to create

Return Value

the requested view, null on failure

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace