Uiinfrastructure API Docs  
 

AActivitySpace.RegisterView Method (String, IModelRO)

This method registers the view so the AActivitySpace can manage it automatically. 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,
   IModelRO model
);

Parameters

viewName
model

Return Value

boolean true implies success false implies failure

See Also

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