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
<GuidAttribute("87271588-6530-487F-9DC6-542D434B80BE")>
Public Enumeration WFORIGIN
[GuidAttribute(L"87271588-6530-487F-9DC6-542D434B80BE")]
public enum class WFORIGIN
Members
| Member name | Value | Description |
---|
| WO_UNKNOWN | 0 |
For technical purposes only.
|
| WO_USERDEFINED | 1 |
Workflow is user-created (through the Workflow Assistant).
|
| WO_INSTANT | 2 |
Workflow is CSDK-predefined (instant).
|
| WO_SIZE | 3 |
The size of the enum, technical purpose only.
|
See Also