Click or drag to resize

ILibraryManagerPlugIn3BeforeInitiateWorkflow Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
void BeforeInitiateWorkflow(
	WorkflowInitiationDefinition definition,
	ref bool cancel,
	ref string errorMessage
)

Parameters

definition
Type: FileHold.Common.WorkflowEngineWorkflowInitiationDefinition
cancel
Type: SystemBoolean
errorMessage
Type: SystemString
See Also