WorkflowAssistantDialogCreateWorkflow Method
|
Call this method to create a new workflow file.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void CreateWorkflow(
string WFFile
)
Public Sub CreateWorkflow (
WFFile As String
)
public:
void CreateWorkflow(
String^ WFFile
)
Parameters
- WFFile
- Type: SystemString
Remarks
If the specified WFFile file already exists, a trappable error occurs. Once the wizard is finished, the workflow file will be created as specified
by the WFFile parameter. Note that the ParentWindowHandle parameter must be specified.
See Also