Aqualogic Interaction API  
 

IPTUser.QueryFlattenedGroups Method 

Queries for the user's group memberships, taking into account any nested group hierarchy. This method should be used when security-related information is needed.

IPTQueryResult QueryFlattenedGroups();

Return Value

IPTQueryResult containing the groups the user is in. The query result contains object IDs of the groups and their corresponding localized names, which can be extracted from the IPTQueryResult using PT_PROPIDS.PT_PROPID_OBJECTID and PT_PROPIDS.PT_PROPID_NAME, respectively.

See Also

IPTUser Interface | com.plumtree.server Namespace