UserGroupManagerGetFilteredUserObjects Method |
Namespace:
FileHold.UserRoleManager
Assembly:
FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntaxpublic List<ADAMObject> GetFilteredUserObjects(
bool enabledUsersOnly,
bool localUsersOnly,
string firstOrLastNameStartsWith,
string companyNameStartsWith,
string departmentStartsWith,
string emailAddressContains,
Guid? group,
DateTime? lastLoggedFrom,
DateTime? lastLoggedTo,
string SortExpression,
int maximumRows,
int startRowIndex
)
Parameters
- enabledUsersOnly
- Type: SystemBoolean
- localUsersOnly
- Type: SystemBoolean
- firstOrLastNameStartsWith
- Type: SystemString
- companyNameStartsWith
- Type: SystemString
- departmentStartsWith
- Type: SystemString
- emailAddressContains
- Type: SystemString
- group
- Type: SystemNullableGuid
- lastLoggedFrom
- Type: SystemNullableDateTime
- lastLoggedTo
- Type: SystemNullableDateTime
- SortExpression
- Type: SystemString
- maximumRows
- Type: SystemInt32
- startRowIndex
- Type: SystemInt32
Return Value
Type:
ListADAMObject
See Also