Aqualogic Interaction API  
 

IPTSessionInfo.GetCurrentMyPages Method 

Retrieves the MyPages for the current user. Note that this is different from calling IPTSession.GetMyPages(), because this is a cached version.

IPTQueryResult GetCurrentMyPages();

Return Value

An IPTQueryResult containing page name, page ID, and page type of the current user's MyPages. These can be extracted from the IPTQueryResult using PT_PROPIDS.PT_PROPID_NAME, PT_PROPIDS.PT_PROPID_PAGES_PAGEID, and PT_PROPIDS.PT_PROPID_PAGES_TYPE, respectively.

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace