SettingsKeyInfoProvider GetBoolValue Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberGetBoolValue(SettingsKeyName)
Returns the boolean value of the specified key from the database or false if not found.
Public methodStatic memberGetBoolValue(String, SiteInfoIdentifier)
Returns the boolean value of the specified key from the database or false if not found.
Public methodStatic memberGetBoolValue(String, String, Boolean)
Returns the boolean value of setting in web.config or value of specified key if setting is not present in web.config file.
Back to Top
See Also