WorkflowManagerGetAvailableParticipants Method

Find all users that can participate in a workflow for specified document. STEPS: - get members and owner of the document's cabinet - get members (+owner) of the document's folder - get members of the document's schema - invoke method GetEligibleUsers which calculates users which are eligible NOTE: if documentVersionId is less than 0 then location is not taken into consideration

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Find all users that can participate in a workflow for specified document.")]
public ADAMObject[] GetAvailableParticipants(
	int documentVersionId
)

Parameters

documentVersionId  Int32
 

Return Value

ADAMObject

See Also