WorkflowManagerCalculateEligibleParticipantsForSelection Method

Calculate eligible workflow participants for selection.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Calculate eligible workflow participants for selection.")]
public void CalculateEligibleParticipantsForSelection(
	Guid selectionId,
	ref List<Guid> eligibleGroupIds,
	ref List<Guid> eligibleUserIds,
	ref List<ADAMObject> usersBelongingDirectly
)

Parameters

selectionId  Guid
eligibleGroupIds  ListGuid
eligibleUserIds  ListGuid
usersBelongingDirectly  ListADAMObject

See Also