Click or drag to resize
SettingsKeyInfoProviderGetSettingsKeyInfoInternal Method
Returns the settings key info for key with the specified name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual SettingsKeyInfo GetSettingsKeyInfoInternal(
	string keyName,
	SiteInfoIdentifier siteIdentifier
)

Parameters

keyName
Type: SystemString
Key name to retrieve
siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier (site ID or site name), see SiteInfoIdentifier and InfoIdentifier for more information

Return Value

Type: SettingsKeyInfo
See Also