Click or drag to resize
SettingsGroupGetDefaultValue Method
Gets the default value for the sepcified settings. Always returns null. Override this method in extending classes to define default setting values.

Namespace: Sdl.Core.Settings
Assembly: Sdl.Core.Settings (in Sdl.Core.Settings.dll) Version: 1.8.0.0 (1.8.2564.0)
Syntax
protected virtual Object GetDefaultValue(
	string settingId
)

Parameters

settingId
Type: SystemString
The setting id.

Return Value

Type: Object
The default value, or null if no default value is available.
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments