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