This method is used to load a workflow stored in the workflow file that is specified in the wfFileName parameter.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void LoadWF(
string FileName,
out WFDescInfo WFDescInfo
)
Public Sub LoadWF (
FileName As String,
<OutAttribute> ByRef WFDescInfo As WFDescInfo
)
public:
void LoadWF(
[InAttribute] String^ FileName,
[OutAttribute] WFDescInfo^% WFDescInfo
)
Parameters
- FileName
- Type: System.String
- WFDescInfo
- Type: Kofax.OmniPageCSDK.IproPlus.WFDescInfo
Remarks
The workflow must have been created previously by the Workflow Control (WFC) or the "Workflow Assistant".
See Also