Aqualogic Interaction API  
 

IPTCommunityInfo.GetPages Method 

Gets specific or all pages inside this community from the cache.

IPTQueryResult GetPages();

Return Value

QueryResult of the pages in this community with the properties PT_PROPIDS.PT_PROPID_OBJECTID, PT_PROPIDS.PT_PROPID_NAME (localized), PT_PROPIDS.PT_PROPID_DESCRIPTION (localized), PT_PROPIDS.PT_PROPID_PAGES_TOPICPOS. Querying for all pages returns them in their assigned order (by TOPICPOS). To get the other page properties, use the page's object id to get the IPTPageInfo object from the Page Cache by calling IPTPageManager.CachedOpenPageInfo(nPageID, bCheckLastModified).

See Also

IPTCommunityInfo Interface | com.plumtree.server Namespace