Use this method to return the object collection of a specific workflow.
Inheritance Hierarchy
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic class WFObjects : IproPlusClass, IDisposable
Public Class WFObjects
Inherits IproPlusClass
Implements IDisposable
public ref class WFObjects : public IproPlusClass,
IDisposable
The WFObjects type exposes the following members.
Properties
| Name | Description |
---|
 | Count |
This property returns the number of tags in the workflow.
|
Top
Methods
| Name | Description |
---|
 | Dispose | Releases all resources used by the WFObjects |
 | GetEnumerator | |
 | GetItem |
This property returns the item information for For... cycles of the active item.
|
 | ItemByUniqueID |
This property returns the item information for For... cycles of a specified item.
|
Top
See Also