Uiinfrastructure API Docs  
 

AActivitySpace.RegisterModel Method (String)

This method registers and initializes the model so the AActivitySpace can manage it automatically. This operation will fail and return false if the model is null or if there is already a model with the same name registered with the AActivitySpace.

public virtual bool RegisterModel(
   string modelName
);

Parameters

modelName

Return Value

boolean true implies success false implies failure

See Also

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