London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
Syntax
[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

Implements

Extension Methods