Click or drag to resize

WFObject Class

This property returns a specific workflow object.
Inheritance Hierarchy

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

The WFObject type exposes the following members.

Properties
  NameDescription
Public propertyClassID
Returns the GUID of the object in string format.
Public propertyHidden
This property returns true if the object is visible to the user.
Public propertyItem
Returns named parameters of individual workflow objects; readable, writable. Changing its value changes the workflow behaviour. Returns an array of WFParameter structures.
Public propertyName
This property returns the name of the workflow object.
Public propertyParameters
Returns named parameters of individual workflow objects; readable, writable. Changing its value changes the workflow behaviour. Returns an array of WFParameter structures.
Public propertyUniqueID
This property returns the unique ID of the workflow object.
Top
Methods
See Also