[DataObjectMethod(DataObjectMethodType.Select)] IList<User> LoadForGroup( int groupId, int maximumRows, int startRowIndex )
Parameters
- groupId
- The given GroupId
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A collection of User objects associated with with the given GroupId