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 imageCopy Code
[]
public class PersonalProfile
Visual Basic (Declaration) Copy imageCopy Code
<> _
Public Class PersonalProfile

The type exposes the following methods.

Public Methods

  Name Description
Public method Contains Overloaded.
Public method Static member Create
Creates the specified personalization profile.
Public method Drop
Marks the profile for deletion.
Public method Equals (Inherited from Object.)
Public method Static member 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.
Public method GetHashCode (Inherited from Object.)
Public method GetProfileGroup (Inherited from ProfileBase.)
Public method GetPropertyValue Overloaded.
Public method GetType (Inherited from Object.)
Public method Initialize (Inherited from ProfileBase.)
Public method Initialize (Inherited from SettingsBase.)
Public method RemoveProperty
Public method Save (Inherited from ProfileBase.)
Public method SetPropertyValue (Inherited from ProfileBase.)
Public method ToString
Returns a String that represents this instance.
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced