Class ProfileData
Inheritance
System.Object
ProfileData
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Profile
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
[EPiServerDataStore(AutomaticallyRemapStore = true)]
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class ProfileData : IDynamicData
Constructors
ProfileData()
Declaration
public ProfileData()
Properties
Id
Declaration
public Identity Id { get; set; }
Property Value
Type | Description |
---|---|
Identity |
Settings
Declaration
public Dictionary<string, object> Settings { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |