WorkflowManagerCalculateEligibleParticipants Method

Calculate eligible workflow participants for given documents.

Definition

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

Parameters

documentVersions  Int32
eligibleGroupIds  ListGuid
eligibleUserIds  ListGuid
usersBelongingDirectly  ListADAMObject

See Also