WorkflowManagerHasCheckedOutDocuments Method

Check if any documents associated with workflow are checked out.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if any documents associated with workflow are checked out.")]
public bool HasCheckedOutDocuments(
	Guid workflowInstanceGuid
)

Parameters

workflowInstanceGuid  Guid

Return Value

Boolean

See Also