Class UserSettings
Persona Bar Settings For User.
Inheritance
System.Object
UserSettings
Implements
IXmlSerializable
Namespace: Dnn.PersonaBar.Library.DTO
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class UserSettings : Dictionary<string, object>
Properties
| Improve this Doc View SourceExpandPersonaBar
Persona Bar Settings For User.
Declaration
public bool ExpandPersonaBar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceGetSchema()
Persona Bar Settings For User.
Declaration
public XmlSchema GetSchema()
Returns
Type | Description |
---|---|
XmlSchema |
ReadXml(XmlReader)
Persona Bar Settings For User.
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
XmlReader | reader |
WriteXml(XmlWriter)
Persona Bar Settings For User.
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
XmlWriter | writer |
Implements
IXmlSerializable