UserGroupManagerFindUserObject Method

This method is obsolete, use GetUserObjectsV2 instead.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "This method is obsolete, use GetUserObjectsV2 instead.")]
public List<ADAMObject> FindUserObject(
	string name,
	string email,
	bool withDomainGroups
)

Parameters

name  String
If not null or empty, the full name, first name or last name must exactly match the given string.
email  String
If not null or empty, the email address of the user must exactly match the given string.
withDomainGroups  Boolean
If true, domain groups will be returned

Return Value

ListADAMObject
A list of zero or more user objects matching the given filter

See Also