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.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic ADAMObject[] GetAvailableParticipants(
int documentVersionId
)
Parameters
- documentVersionId
- Type: SystemInt32
Return Value
Type:
ADAMObject
See Also