Click or drag to resize

Link Class

The role of the Link object is to provide workflows with loading sources and saving targets that are not present on the local computer.
Inheritance Hierarchy

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

The Link type exposes the following members.

Properties
  NameDescription
Public propertyCapa
This API is preliminary and subject to change.
Public propertyDescription
This property returns the description of the object.
Public propertyIID
This property returns the IID of the link in string format. See WFHandler.CreateWF.
Public propertyName
This property returns the display name for the link.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Link
Public methodGetEngine
Returns the Engine object.
Public methodImage
This property returns the image.
Top
Remarks

These links (file sources and destinations) include document management systems (such as different versions of SharePoint, ODMA) and FTP locations.

See Also