Aqualogic Interaction API  
 

IPTPageContainer.GetPage Method 

Gets the cached version of the specified page

IPTPageInfo GetPage(
   int nPageID
);

Parameters

nPageID
Page ID or 0 for the first page in the container.

Return Value

IPTPageInfo for the specfied page

Exceptions

Exception Type Condition
Exception with PT_RESULTCODES.PT_E_COMMUNITY_NO_ACL_ON_ALL_PAGES or PT_RESULTCODES.PT_E_COMMUNITY_NO_ACL_ON_PAGE errorcode if the user has insufficient access to the page container or page.

See Also

IPTPageContainer Interface | com.plumtree.server Namespace