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
Syntaxpublic void ModifyWorkflow(
string WFFile
)
Public Sub ModifyWorkflow (
WFFile As String
)
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