WorkflowManagerIsWorkflowDocumentsChanged Method

Returns true if documents from workflow was changed

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns true if documents from workflow was changed.")]
public bool IsWorkflowDocumentsChanged(
	Guid workflowInstanceGuid
)

Parameters

workflowInstanceGuid  Guid

Return Value

Boolean

See Also