SaaS CMS has officially launched! Learn more now.

Class PersonalizableSetting

Creates a new Setting that will always be persisted.

Inheritance
System.Object
PersonalizableSetting
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
public class PersonalizableSetting : Setting

Constructors

PersonalizableSetting(String)

Initializes a new instance of the PersonalizableSetting class.

Declaration
public PersonalizableSetting(string key)
Parameters
Type Name Description
System.String key

The key for the setting.

PersonalizableSetting(String, Object)

Initializes a new instance of the PersonalizableSetting class.

Declaration
public PersonalizableSetting(string key, object value)
Parameters
Type Name Description
System.String key

The key for the setting.

System.Object value

The value for the setting.