Click or drag to resize

UserGroupManagerGetADAMObjectsFromIds Method

Return ADAM objects with given identifiers

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public List<ADAMObject> GetADAMObjectsFromIds(
	Guid[] ids
)

Parameters

ids
Type: SystemGuid
collection of ids to return

Return Value

Type: ListADAMObject
See Also