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
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Find all users that can participate in a workflow for specified document.")]
public ADAMObject[] GetAvailableParticipants(
int documentVersionId
)
- documentVersionId Int32
-
ADAMObject