Click or drag to resize

WFInfoTag Class

Info tags are generated during workflow execution, they have three types: info, error and warning. Each tag describes a occured event in detail. Errors resulting during workflow execution can be detected by these info tags.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class WFInfoTag : IproPlusClass, IDisposable

The WFInfoTag type exposes the following members.

Properties
  NameDescription
Public propertyCode
This property returns the code of the workflow step.
Public propertyInfoText
This property returns the text message of a workflow step.
Public propertyInfoToken
This property returns the token message of a workflow step.
Public propertySeverity
This property returns the severity of an event.
Public propertyUniqueID
This property returns the unique ID of a workflow step or event.
Top
Methods
See Also