WorkflowManagerDelegateWorkflowInitiators Method

Delegate the initiators of selected workflows.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Delegate the initiators of selected workflows.")]
public void DelegateWorkflowInitiators(
	Guid[] workflowGuids,
	Guid userGuid,
	bool notifyOriginalInitiator
)

Parameters

workflowGuids  Guid
userGuid  Guid
notifyOriginalInitiator  Boolean

See Also