Aqualogic Interaction API  
 

IPTUserGroup.QueryUsersCount Method

Returns the number of users that are direct static members of this group. Does not include users that are members of groups that are in turn members of this group, etc.

This function only returns users that are static members. Use the QueryUsersCount(boolean, boolean) override to get dynamic memberships as well.

Overload List

Returns the number of users that are direct static members of this group. Does not include users that are members of groups that are in turn members of this group, etc.

This function only returns users that are static members. Use the QueryUsersCount(boolean, boolean) override to get dynamic memberships as well.

int QueryUsersCount();

Returns the number of users that are direct members of this group. Does not include users that are members of groups that are in turn members of this group, etc.

NOTE: providing a value of true for both bIncludeDynamicMembers and bIncludeStaticMembers will return all memberships for this group.

int QueryUsersCount(bool,bool);

See Also

IPTUserGroup Interface | com.plumtree.server Namespace