InternalService.GetADAMObjectsFromIds Method

Definition

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

Parameters

ids  Guid[]
 

Return Value

List<ADAMObject>

See Also