UserGroupManagerCheckADAMObjectGuids Method

Checks what kind of user objects are identified by the collection of guids

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks what kind of user objects are identified by the collection of guids")]
public Object[] CheckADAMObjectGuids(
	Guid[] guids,
	ADAMObjectProperty[] properties
)

Parameters

guids  Guid
 
properties  ADAMObjectProperty
 

Return Value

Object

See Also