Click or drag to resize
SettingsKeyInfoProviderIsValueInheritedInternal Method
Checks if the value of the specified settings value is inherited.

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

Parameters

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

Return Value

Type: Boolean
See Also