WorkflowManagerSetDocumentTaskReserved Method

Reserve or undo reservation of a 1 of X task associated with a document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Reserve or undo reservation of a 1 of X task associated with a document.")]
public void SetDocumentTaskReserved(
	int documentVersionId,
	bool reserved
)

Parameters

documentVersionId  Int32
reserved  Boolean

See Also