Click or drag to resize

SettingManagerCopySetting 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: SystemString
CopyTo
Type: Kofax.OmniPageCSDK.IproPlusSettingManager
Recursive (Optional)
Type: SystemBoolean
Remarks
See Also