WebCenter Interaction API  
 

IPTUserGroup.QueryDirectChildGroups Method (Int32, Int32)

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 nMaxRows,
   int nRowsToSkip
);

Parameters

nMaxRows
- maximum number of child groups returned by the query
nRowsToSkip
- number of child groups at the start of the result set to skip

Return Value

the group information, in an IPTQueryResult

See Also

IPTUserGroup Interface | com.plumtree.server Namespace | IPTUserGroup.QueryDirectChildGroups Overload List | IPTQueryResult | PT_PROPIDS