public void RemoveAllIndexedSetting( string strSetting )
public: void RemoveAllIndexedSetting( String^ strSetting )
Parameters
| Parameter Name | Description |
|---|---|
| strSetting | Indicates the path of the setting. |
public void RemoveAllIndexedSetting( string strSetting )
public: void RemoveAllIndexedSetting( String^ strSetting )
| Parameter Name | Description |
|---|---|
| strSetting | Indicates the path of the setting. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when strSettingPath is null. |
| System.ArgumentException | Thrown when strSettingPath is empty. |
| BaseException | Thrown when setting cannot be removed. |