Aqualogic Interaction API  
 

IPTUserGroup.QueryInheritedActivityRights Method 

Returns a QueryResult containing the activity rights granted to members of this group, including those that were obtained through groups that this group is a member of. This includes ALL activity rights granted to users, whether they are through THIS group, through PARENT groups, through parents of parents, etc.

IPTQueryResult QueryInheritedActivityRights(
   int nPropIDMask,
   int nSkipRows,
   int nMaxRows
);

Parameters

nPropIDMask
a bitmask of the properties to be included in the QueryResult, from PT_PROPIDS
nSkipRows
number of rows to skip at the beginning, or 0 for none
nMaxRows
maximum number of rows to return, or -1 for all

Return Value

the QueryResult describing the granted activity rights

See Also

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