UserGroupManager.GetFilteredUserObjectsByRoleTypeCount Method
Return the number of filtered user objects with given user license
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Return number of filtered user objects with given user license")]
public int GetFilteredUserObjectsByRoleTypeCount(
bool enabledUsersOnly,
bool localUsersOnly,
bool includeRegisteredUsers,
bool includeGuestUsers,
string firstOrLastNameStartsWith,
string companyNameStartsWith,
string departmentStartsWith,
string emailAddressContains,
Guid? group,
DateTime? lastLoggedFrom,
DateTime? lastLoggedTo,
string SortExpression,
int maximumRows,
int startRowIndex
)
- enabledUsersOnly Boolean
- localUsersOnly Boolean
- includeRegisteredUsers Boolean
- includeGuestUsers Boolean
- firstOrLastNameStartsWith String
- companyNameStartsWith String
- departmentStartsWith String
- emailAddressContains String
- group Nullable<Guid>
- lastLoggedFrom Nullable<DateTime>
- lastLoggedTo Nullable<DateTime>
- SortExpression String
- this parameter is ignored
- maximumRows Int32
- this parameter is ignored
- startRowIndex Int32
- this parameter is ignored
Int32