Aqualogic Interaction API  
 

IPTUserManager.QueryAdminFolderShortcuts Method 

AdminFolderShortcuts are favorite admin folders associated with the current user. The UI may display these favorites as links to the associated admin folders. Call this function to retrieve a QueryResult containing information about the AdminFolderShortcuts for the current user. The QueryResult will include PT_PROPID_OBJECTID, PT_PROPID_NAME, and PT_PROPID_ISLOCALIZED.

IPTQueryResult QueryAdminFolderShortcuts();

Return Value

a QueryResult describing the shortcuts for the current user.

See Also

IPTUserManager Interface | com.plumtree.server Namespace