WorkflowManagerGetAvailableObserversForSelection Method

Find all users that can observe a workflow for selection.

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 selection.")]
public ADAMObject[] GetAvailableObserversForSelection(
	Guid selectionId
)

Parameters

selectionId  Guid

Return Value

ADAMObject

See Also