Click or drag to resize

SettingNodeAddBasicSetting Method

This method creates a new node and setting as a child node directly under the given node.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void AddBasicSetting(
	string Name,
	Object DefaultValue,
	[OptionalAttribute] int Flags,
	out SettingNode SettingNode
)

Parameters

Name
Type: SystemString
DefaultValue
Type: SystemObject
Flags (Optional)
Type: SystemInt32
SettingNode
Type: Kofax.OmniPageCSDK.IproPlusSettingNode
Remarks

For more details, see the description of the AddBasicSetting method of the SettingManager object. The Name parameter for this object denotes a dot-separated path relative to this node. This is slightly different from the FullName parameter of the SettingManager object's AddBasicSetting method, because it expects an absolute (virtual root item relative) path.

See Also