Click or drag to resize

ILibraryManagerPlugIn4BeforeInitiateWorkflow Method (WorkflowInitiationDefinition, Boolean, String, Object, Object)

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,
	Object database,
	Object transaction
)

Parameters

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