WebCenter Interaction API  
 

IPTCommunityInfo.GetPage Method 

Gets the cached IPTPageInfo object for the specified page

IPTPageInfo GetPage(
   int nPageID
);

Parameters

nPageID
ID of Page to get from the cache

Return Value

IPTPageInfo for the specfied page

Exceptions

Exception Type Condition
Exception with PT_RESULTCODES.PT_E_INSUFFICIENTROLEACCESS errorcode if the user has insufficient access to the community, or the page

See Also

IPTCommunityInfo Interface | com.plumtree.server Namespace