Aqualogic Interaction API  
 

IPTUserGroup.QueryActivityRights Method 

Returns a QueryResult containing the activity rights granted to members of this group. This does NOT include any activity rights inherited from groups to which this group belongs.

IPTQueryResult QueryActivityRights(
   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