Click or drag to resize

SettingManagerGetItem Method

This property returns a SettingNode object, which represents a node.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetItem(
	Object Item,
	out SettingNode SettingNode
)

Parameters

Item
Type: SystemObject
SettingNode
Type: Kofax.OmniPageCSDK.IproPlusSettingNode
Remarks

The Item parameter can be either a numeric value or a string. In the first case the child node at the specified index is returned. The nodes are sorted alphabetically according to their Name property. If the Item parameter is a string, it must be the absolute, dot-separated path of an existing node, which is not necessarily a first-level node. If the requested node does not exist, a trappable error occurs.

See Also