Click or drag to resize

WFHandlerLoadWF Method

This method is used to load a workflow stored in the workflow file that is specified in the wfFileName parameter.

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void LoadWF(
	string FileName,
	out WFDescInfo WFDescInfo
)

Parameters

FileName
Type: SystemString
WFDescInfo
Type: OmniPageCSDK.IproPlusWFDescInfo
Remarks

The workflow must have been created previously by the Workflow Control (WFC) or the "Workflow Assistant".

See Also