GetMembersWithPaging Method
In This Topic
Gets all members of the role, with options
Syntax
Parameters
- options
- Options that control how objects are returned.
- pageSize
- Specfies the number of objects to return in each call. Set to 0
to return all objects. See Remarks.
- restartPaging
- On input, indicates whether to start a new paging operation (true) or
continue a previous paging operation (false). On return, indicates whether all records have been
returned (true) or more records remain (false). See Remarks.
See Also