Click or drag to resize
SettingsServiceItem Property
Gets the specific settings from the database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public string this[
	string keyName
] { get; }

Parameters

keyName
Type: SystemString
Settings key

Property Value

Type: String

Implements

ISettingsServiceItemString
See Also