public void DeleteSetting( string strSettingPath )
public: void DeleteSetting( String^ strSettingPath )
Parameters
- strSettingPath
- Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
public void DeleteSetting( string strSettingPath )
public: void DeleteSetting( String^ strSettingPath )
Exception | Description |
---|---|
System.ArgumentNullException | The value of the parameter object is NULL. |
BaseException | The object has not been initialized correctly. |
BaseException | Thrown when setting cannot be reset or deleted. |