SettingsKeyInfoProviderGetDoubleValueInternal Method |
Returns the double value of the specified key from the database or 0 if not found.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected virtual double GetDoubleValueInternal(
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:
DoubleRemarks If the
DevelopmentMode is
true and if
keyName is not found
InvalidOperationException is thrown instead.
See Also