This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
[] public class PersonalProfile |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Class PersonalProfile |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
PersonalProfile | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
Contains | Overloaded. | |
Create |
Creates the specified personalization profile.
|
|
Drop |
Marks the profile for deletion.
|
|
Equals | (Inherited from Object.) | |
FixUsername |
Checks if the userName has a domain part which must be removed.
This is the case when the default membership provider is the Active Directory Membership provider and the StoreFullyQualifiedLoginName setting is set to false.
|
|
GetHashCode | (Inherited from Object.) | |
GetProfileGroup | (Inherited from ProfileBase.) | |
GetPropertyValue | Overloaded. | |
GetType | (Inherited from Object.) | |
Initialize | (Inherited from ProfileBase.) | |
Initialize | (Inherited from SettingsBase.) | |
RemoveProperty | ||
Save | (Inherited from ProfileBase.) | |
SetPropertyValue | (Inherited from ProfileBase.) | |
ToString |
Returns a String that represents this instance.
(Overrides Object..::ToString()()()().) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
EmptyProfileUserName |
The user used for the empty profile.
|
Public Properties
Name | Description | |
---|---|---|
Context | (Inherited from SettingsBase.) | |
Empty |
Gets an empty profile for situations in which there is no real user.
|
|
IsAnonymous | (Inherited from ProfileBase.) | |
IsDirty | (Inherited from ProfileBase.) | |
IsProfileDirty |
Gets a value indicating whether this instance has modified properties.
|
|
IsSynchronized | (Inherited from SettingsBase.) | |
Item |
Gets or sets the Object with the specified property name.
(Overrides ProfileBase..::Item[([(String])]).) |
|
LastActivityDate | (Inherited from ProfileBase.) | |
LastUpdatedDate | (Inherited from ProfileBase.) | |
Migrated |
Gets a value indicating whether this PersonalProfile is migrated from an anonymous profile.
|
|
ProfileKeyValuePairs |
Gets or sets the ProfileKeyValuePairs property.
|
|
Properties | (Inherited from SettingsBase.) | |
PropertyValues | (Inherited from SettingsBase.) | |
Providers | (Inherited from SettingsBase.) | |
ReadOnly |
Gets or sets a value indicating whether the profile is read only.
|
|
UserName | (Inherited from ProfileBase.) |
See Also
Smartsite.Core Namespace