Uiinfrastructure API Docs  
 

AActivitySpace.SetCurrentPage Method 

Set the current page for this AActivitySpace. If this AActivitySpace only has one IDisplayPage, the current page will automatically be set to that IDisplayPage. If current page tracking is on (off by default), the Interpeter will set the current page to be the most recently accessed page.

public virtual void SetCurrentPage(
   IDisplayPage page
);

Parameters

page

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace