Aqualogic Interaction API  
 

IPTSiteMapFolder.QueryLinks Method 

Query for all the links inside this folder that are visible to the current user. For instance, if there is a document link in this folder and the user does not have at least read access to the document, it will not show up. All web links are visible for all users (provided they have at lest read access to this folder).

IPTQueryResult QueryLinks();

Return Value

IPTQueryResult - query result of links with the following PROPIDS: PT_PROPID_OBJECTID PT_PROPID_SITEMAP_GID PT_PROPID_NAME PT_PROPID_DESCRIPTION PT_PROPID_SITEMAP_LINKURL PT_PROPID_SITEMAP_LINKCLASSID PT_PROPID_SITEMAP_LINKOBJECTID PT_PROPID_SITEMAP_LINKPAGEID PT_PROPID_SITEMAP_LINKPAGENAME

See Also

IPTSiteMapFolder Interface | com.plumtree.server Namespace