Click or drag to resize

DocumentManagerCheckDocumentsInWorkflow Method

Checks if selected document have an active workflow or are supporting documents.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CheckDocumentsInWorkflow(
	Guid selectionId,
	ref bool hasActiveWorkflow,
	ref bool hasSupportingWorkflow
)

Parameters

selectionId
Type: SystemGuid
hasActiveWorkflow
Type: SystemBoolean
hasSupportingWorkflow
Type: SystemBoolean
See Also