Class ProfileData
Contains profile information for a user.
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: 9.12.2Syntax
[EPiServerDataStore(AutomaticallyRemapStore = true)]
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class ProfileData : IDynamicData
Constructors
ProfileData()
Creats an instance of the ProfileData class.
Declaration
public ProfileData()
Properties
Id
Gets or sets the stored item identity.
Declaration
public Identity Id { get; set; }
Property Value
Type | Description |
---|---|
Identity |
Settings
Gets a dictionary of settings associated with the user.
Declaration
public Dictionary<string, object> Settings { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
UserName
Gets or sets the user name of the user.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |