Aqualogic Interaction API  
 

IPTPageContainer.QueryPages Method 

Query for specific or all pages inside this page container.

IPTQueryResult QueryPages(
   int nPageID
);

Parameters

nPageID
- If value is greater than 0, then return a query result from of the page with that ID. If value is 0, then return a query result of all the pages in this page container.

Return Value

QueryResult of the pages in this page container with standard properties plus PT_PROPIDS.PT_PROPID_PAGES_PAGEID, PT_PROPIDS.PT_PROPID_PAGES_TYPE, PT_PROPIDS.PT_PROPID_PAGES_PAGETEMPLATEID, PT_PROPIDS.PT_PROPID_PAGES_NOTDELETABLE, PT_PROPIDS.PT_PROPID_PAGES_TOPICPOS Querying for all pages returns them in their assigned order (by TOPICPOS).

See Also

IPTPageContainer Interface | com.plumtree.server Namespace