Click or drag to resize
SettingsKeyInfoProvider.IsValueInheritedInternal 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: System.String
Key name
siteIdentifier
Type: CMS.DataEngine.SiteInfoIdentifier
Site identifier (site ID or site name), see SiteInfoIdentifier and InfoIdentifier for more information

Return Value

Type: Boolean
See Also