Click or drag to resize

WFObjects Class

Collection of WFObjects in a particular workflow.
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusWFObjects

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

The WFObjects type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of tags in the workflow.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the WFObjects
Public methodGetEnumerator
Public methodGetItem
This property returns the item information for For... cycles of the active item.
Public methodItemByUniqueID
This property returns the item information for For... cycles of a specified item.
Top
See Also