The EPiServerProfile type exposes the following members.

Constructors

  NameDescription
EPiServerProfileOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Get
Gets the specified profile.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetProfileGroup
Gets a group of properties identified by a group name.
(Inherited from ProfileBase.)
GetProfiles
Gets the profiles for the passed username.
GetPropertyValue
Gets the value of a profile property.
(Inherited from ProfileBase.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitializeOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save
Updates the profile data source with changed profile property values.
(Overrides ProfileBase..::.Save()()().)
SetPropertyValue
Sets the value of a profile property.
(Inherited from ProfileBase.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TryGetProfileValue
Tries to get a profile value.
TrySetProfileValue
Tries to set a profile value.
Wrap
Gets an EPiServerProfile from the ProfileBase instance.

Properties

  NameDescription
ClientToolsActivationKey
Company
Context
Gets the associated settings context.
(Overrides SettingsBase..::.Context.)
Country
Current
Gets the profile for the current user.
CustomExplorerTreePanel
DisplayName
Returns the user name in a format suitable for display.
EditTreeSettings
Email
EmailWithMembershipFallback
Gets the email address of the current user.
Enabled
Gets a value indicating whether profiles are enabled and there is a current profile record.
FileManagerFavourites
FirstName
FrameworkName
IsAnonymous
Gets a value indicating whether the user profile is for an anonymous user.
(Inherited from ProfileBase.)
IsDirty
Gets a value indicating whether any of the profile properties have been modified.
(Inherited from ProfileBase.)
IsSynchronized
Gets a value indicating whether access to the object is synchronized (thread safe).
(Inherited from SettingsBase.)
Item
Gets or sets the Object with the specified property name.
(Overrides ProfileBase..::.Item[([(String])]).)
Language
LastActivityDate
Gets the most recent date and time that the profile was read or modified.
(Inherited from ProfileBase.)
LastName
LastUpdatedDate
Gets the most recent date and time that the profile was modified.
(Inherited from ProfileBase.)
Properties
Gets the collection of settings properties.
(Inherited from SettingsBase.)
PropertyValues
Gets a collection of settings property values.
(Overrides SettingsBase..::.PropertyValues.)
Providers
Gets a collection of settings providers.
(Overrides SettingsBase..::.Providers.)
SubscriptionInfo
Title
UserName
Gets the user name for the profile.
(Inherited from ProfileBase.)

See Also