Uiinfrastructure API Docs  
 

AActivitySpace.RegisterView Method (String, String, IModelRO)

This method registers the view so the AActivitySpace can manage it automatically. This method allows the user to store the view with a name other than the one returned by IView.GetName(). This allows the user to use multiple views of the same type in one AActivitySpace. It also initializes it with the IModel and AActivitySpace arguments. This operation will fail and return false if the view is null or if there is already a view with the same name registered with the AActivitySpace.

public virtual bool RegisterView(
   string viewName,
   string storageName,
   IModelRO model
);

Parameters

viewName
storageName
model

Return Value

boolean true implies success false implies failure

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace | AActivitySpace.RegisterView Overload List