UserGroupManagerGetFilteredUserObjectsCount Method

Return the number of user objects (excluding FileHold groups) matching given filter

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")]
public int GetFilteredUserObjectsCount(
	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  Boolean
localUsersOnly  Boolean
firstOrLastNameStartsWith  String
companyNameStartsWith  String
departmentStartsWith  String
emailAddressContains  String
group  NullableGuid
lastLoggedFrom  NullableDateTime
lastLoggedTo  NullableDateTime
SortExpression  String
this parameter is ignored
maximumRows  Int32
this parameter is ignored
startRowIndex  Int32
this parameter is ignored

Return Value

Int32

See Also