Click or drag to resize

WorkflowAssistantDialogModifyWorkflow Method

Call this method to modify an existing workflow file.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void ModifyWorkflow(
	string WFFile
)

Parameters

WFFile
Type: SystemString
Remarks
If the specified WFFile file does not exist, a trappable error occurs. Once the wizard is finished, the workflow file will get updated.
See Also