Click or drag to resize

UserGroupManagerFindUserObjectCount Method

Return number of user objects (excluding FileHold groups) matching given name and/or email

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public int FindUserObjectCount(
	string name,
	string email,
	bool withDomainGroups
)

Parameters

name
Type: SystemString
email
Type: SystemString
withDomainGroups
Type: SystemBoolean

Return Value

Type: Int32
See Also