Click or drag to resize
CMSAppSettings Class
App settings.
Inheritance Hierarchy
SystemObject
  CMS.BaseCMSAppSettings

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public class CMSAppSettings

The CMSAppSettings type exposes the following members.

Constructors
  NameDescription
Public methodCMSAppSettings
Top
Properties
  NameDescription
Public propertyItem
Settings key indexer.
Top
Methods
  NameDescription
Public methodClear
Clear settings.
Protected methodGetFromSettings
Attempts to get the settings key value using the given list of keys.
Protected methodStatic memberRaiseGetSettings
Returns application settings from Azure service configuration file.
Top
Events
  NameDescription
Public eventStatic memberGetApplicationSettings
Event which is raised when external application wants to read application settings.
Top
See Also