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 properties.
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