Click or drag to resize
ISettingsGroupGetSettingT Method (String, T)
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
bool GetSetting<T>(
	string settingId,
	out T value
)

Parameters

settingId
Type: SystemString
The id of the setting.
value
Type: T
The value of the setting.

Type Parameters

T
The type of the setting value.

Return Value

Type: Boolean
True if a setting value has been returned.
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, null is returned.
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments