Aqualogic Interaction API  
 

IPTCommunity.QueryMembers Method 

Get either the users or groups who are members of this community.

IPTQueryResult QueryMembers(
   int nMemberType
);

Parameters

nMemberType
Either PT_CLASSIDS.PT_USER_ID or PT_CLASSIDS.PT_USERGROUP_ID

Return Value

User or group members of this community

See Also

IPTCommunity Interface | com.plumtree.server Namespace | PT_CLASSIDS