WebCenter Interaction API  
 

IPTUserGroup.QueryDirectChildGroups Method

Returns an IPTQueryResult describing all groups in this group (excluding the groups that are in subgroups- this function returns ONLY the groups that are direct members of this group.) Returned properties include PT_PROPID_OBJECTID, PT_PROPID_NAME, PT_PROPID_ISLOCALIZED, PT_PROPID_USERGROUP_UNIQUENAME.

Overload List

Returns an IPTQueryResult describing all groups in this group (excluding the groups that are in subgroups- this function returns ONLY the groups that are direct members of this group.) Returned properties include PT_PROPID_OBJECTID, PT_PROPID_NAME, PT_PROPID_ISLOCALIZED, PT_PROPID_USERGROUP_UNIQUENAME.

IPTQueryResult QueryDirectChildGroups();

Returns an IPTQueryResult describing a portion of groups in this group, indicated by nMaxRows and nRowsToSkip (excluding the groups that are in subgroups- this function returns ONLY the groups that are direct members of this group.) Returned properties include PT_PROPID_OBJECTID, PT_PROPID_NAME, PT_PROPID_ISLOCALIZED, PT_PROPID_USERGROUP_UNIQUENAME.

IPTQueryResult QueryDirectChildGroups(int,int);

See Also

IPTUserGroup Interface | com.plumtree.server Namespace | IPTQueryResult | PT_PROPIDS