Uiinfrastructure API Docs  
 

AActivitySpace.RegisterPage Method (IDisplayPage, String)

This method registers the IDisplayPage so the AActivitySpace can manage it automatically. It also initializes it with the AActivitySpace argument. This operation will fail and return false if the IDisplayPage is null or if there is already a IDisplayPage with the same name registered with the AActivitySpace. The first DisplayPage will be set as the current IDisplayPage.

public virtual bool RegisterPage(
   IDisplayPage page,
   string strStorageName
);

Parameters

page
strStorageName

Return Value

boolean true implies success false implies failure

See Also

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