Click or drag to resize

WFStep Class

For a list of available workflow step parameters, as well as to configuring them, consult the MediumWeight Visuals Help.
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusWFStep

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

The WFStep type exposes the following members.

Properties
  NameDescription
Public propertyClassID
Returns the GUID of the object in string format.
Public propertyImage
This property returns the workflow image in .bmp format.
Public propertyItem
Returns named parameters of individual workflow steps; readable, writable. Changing its value changes the workflow behaviour.
Public propertyName
This property returns the name of the workflow step.
Public propertyParameters
Returns named parameters of individual workflow steps; readable, writable. Changing its value changes the workflow behaviour.
Public propertyState
This property returns the status of the workflow step.
Public propertyUniqueID
This property returns the unique ID of the workflow step.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the WFStep
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also