Click or drag to resize

WFORIGIN Enumeration

The origin of WFHandler's current workflow, i.e. whether it was created by LoadWF or CreateWF.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("87271588-6530-487F-9DC6-542D434B80BE")]
public enum WFORIGIN
Members
  Member nameValueDescription
WO_UNKNOWN0 For technical purposes only.
WO_USERDEFINED1 Workflow is user-created (through the Workflow Assistant).
WO_INSTANT2 Workflow is CSDK-predefined (instant).
WO_SIZE3 The size of the enum, technical purpose only.
See Also