Click or drag to resize
ISettingsGroupGetSettingT Method (String)
Gets the setting with the specified id.

Namespace: Sdl.Core.Settings
Assembly: Sdl.Core.Settings (in Sdl.Core.Settings.dll) Version: 1.8.0.0 (1.8.2564.0)
Syntax
Setting<T> GetSetting<T>(
	string id
)

Parameters

id
Type: SystemString
The id of the setting.

Type Parameters

T
The type of the setting value.

Return Value

Type: SettingT
The setting.
Remarks
When no value is defined in the settings group itself, the parent chain is searched for an inherited value. If no inherited value can be found, the default value provided by the settings group implementation is returned.
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments