Click or drag to resize
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.Settings
Assembly: Sdl.Core.Settings (in Sdl.Core.Settings.dll) Version: 1.8.0.0 (1.8.2564.0)
Syntax
bool RemoveSetting(
	string settingId
)

Parameters

settingId
Type: SystemString
The id of the setting to remove

Return Value

Type: Boolean
boolean indicating whether the setting was successfully removed
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments