Click or drag to resize
SettingsKeyName Class
Represents the settings key name.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSettingsKeyName

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class SettingsKeyName

The SettingsKeyName type exposes the following members.

Constructors
  NameDescription
Public methodSettingsKeyName(String)
Constructor
Public methodSettingsKeyName(String, SiteInfoIdentifier)
Constructor
Top
Fields
  NameDescription
Public fieldKeyName
Key name
Public fieldSiteName
Site name
Top
Properties
  NameDescription
Public propertyIsGlobal
Gets a value that indicates if the settings key name is global (i.e. site name is not specified).
Top
Methods
  NameDescription
Public methodToString
Returns the fully qualified key name in format "[site name].[key name]" or "[key name]" for global setting.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic member(String to SettingsKeyName)
Implicitly converts the specified SettingsKeyName string representation to a SettingsKeyName instance.
Public operatorStatic member(SettingsKeyName to String)
Implicitly converts the specified SettingsKeyName instance to it's string representation.
Top
See Also