UserGroupManagerGetUserObjects 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> GetUserObjects(
	string startsWith,
	string name,
	string email
)

Parameters

startsWith  String
If not null or empty, either the first name or last name must start with given string (for example, first letter).
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.

Return Value

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

See Also