Click or drag to resize

WorkflowManagerHasCheckedOutDocuments Method

Check if any documents associated with workflow are checked out.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool HasCheckedOutDocuments(
	Guid workflowInstanceGuid
)

Parameters

workflowInstanceGuid
Type: SystemGuid

Return Value

Type: Boolean
See Also