Aqualogic Interaction API  
 

IPTSessionInfo.GetCurrentCommunityMembership Method 

Retrieves the current user's community memberships.

IPTQueryResult GetCurrentCommunityMembership();

Return Value

An IPTQueryResult containing the community IDs and localized names of the current user's communities. These can be extracted from the IPTQueryResult using PT_PROPIDS.PT_PROPID_OBJECTID and PT_PROPIDS.PT_PROPID_NAME, respectively.

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace