Click or drag to resize
SettingsKeyInfoProviderGetSettingsKeyInfo Method (Int32)
Returns the settings key with specified ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static SettingsKeyInfo GetSettingsKeyInfo(
	int keyId
)

Parameters

keyId
Type: SystemInt32
Key ID

Return Value

Type: SettingsKeyInfo
See Also