Parameters
| Parameter Name | Description |
|---|---|
| strSettingPath | Indicates the path of the setting (relative to path of the node, path starts after the path of the node). |
| nValue | value to set. |
| nIdx | 0-based index of the setting |
| Parameter Name | Description |
|---|---|
| strSettingPath | Indicates the path of the setting (relative to path of the node, path starts after the path of the node). |
| nValue | value to set. |
| nIdx | 0-based index of the setting |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when strSettingsPath is null. |
| BaseException | Thrown when the value cannot be set. |