UserGroupManager.GetFilteredUserObjectsByRoleTypeCount Method

Return the number of filtered user objects with given user license

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[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
)

Parameters

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

Return Value

Int32

See Also