Click or drag to resize

WorkflowAssistantDialogModifyWorkflowEx 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 ModifyWorkflowEx(
	string WFFile,
	int lFirstStepIndex
)

Parameters

WFFile
Type: SystemString
lFirstStepIndex
Type: SystemInt32
Remarks

The second parameter specifies which workflow step will be displayed first when the Assistant is shown.

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