UserGroupManagerFindUserObject Method
This method is obsolete, use GetUserObjectsV2 instead.
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "This method is obsolete, use GetUserObjectsV2 instead.")]
public List<ADAMObject> FindUserObject(
string name,
string email,
bool withDomainGroups
)
- 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
ListADAMObjectA list of zero or more user objects matching the given filter