WorkflowManagerGetAvailableObserversForDocuments Method

Find all users that can observe a workflow for all specified documents.

Definition

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

Parameters

documentVersions  Int32

Return Value

ADAMObject

See Also