| ISettingsGroupRemoveSetting Method |
Removes a local setting from the this group. Returns true if the setting was successfully removed, false otherwise.
i.e. if the setting doesn't exist, false is returned.
Namespace: Sdl.Core.SettingsAssembly: Sdl.Core.Settings (in Sdl.Core.Settings.dll) Version: 1.8.0.0 (1.8.2564.0)
Syntaxbool RemoveSetting(
string settingId
)
Function RemoveSetting (
settingId As String
) As Boolean
bool RemoveSetting(
String^ settingId
)
abstract RemoveSetting :
settingId : string -> bool
Parameters
- settingId
- Type: SystemString
The id of the setting to remove
Return Value
Type:
Booleanboolean indicating whether the setting was successfully removed
See Also
Comments