SettingNode.DeleteSetting Method
|
This method creates a new node and its setting directly under this node as a child node.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void DeleteSetting(
string Name,
[OptionalAttribute] bool Recursive
)
Public Sub DeleteSetting (
Name As String,
<OptionalAttribute> Recursive As Boolean
)
public:
void DeleteSetting(
[InAttribute] String^ Name,
[OptionalAttribute] [InAttribute] bool Recursive
)
Parameters
- Name
- Type: System.String
- Recursive (Optional)
- Type: System.Boolean
Remarks
For more details see the description for the DeleteSetting 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 similar
method, because it expects an absolute (virtual root item relative) path.
See Also