Class PersonalizableSetting
Creates a new Setting that will always be persisted.
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: 10.10.4Syntax
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. |