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
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusWFInfoTag

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in 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
  NameDescription
Public methodDispose
Releases all resources used by the WFInfoTag
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetWFObject
This property returns a specific workflow object.
Public methodGetWFStep
This property returns a specific workflow step.
Top
See Also