Click or drag to resize

SettingManager.CopySetting Method

The CopySetting method is used to copy a setting, a subtree or the full tree to another SettingManager.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void CopySetting(
	string FullName,
	SettingManager CopyTo,
	[OptionalAttribute] bool Recursive
)

Parameters

FullName
Type: System.String
CopyTo
Type: Kofax.OmniPageCSDK.IproPlus.SettingManager
Recursive (Optional)
Type: System.Boolean
Remarks
See Also