UserGroupManagerGetADAMObjectsFromIds Method

Return ADAM objects with given identifiers. For regular users, the returned information includes the user GUID, names, type, enabled/disabled status, domain, email and work phone. For system administrators, all properties are returned.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return ADAM objects with given identifiers")]
public List<ADAMObject> GetADAMObjectsFromIds(
	Guid[] ids
)

Parameters

ids  Guid
collection of ids to return

Return Value

ListADAMObject

See Also