The UserProfile type exposes the following members.

Constructors

  NameDescription
Public methodUserProfile()()()()
DotNetNuke.Entities.Users.UserProfile
Public methodUserProfile(UserInfo)
DotNetNuke.Entities.Users.UserProfile

Methods

  NameDescription
Public methodClearIsDirty
Clears the IsDirty Flag
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProperty
Gets a Profile Property from the Profile
Public methodGetPropertyValue
Gets a Profile Property Value from the Profile
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialiseProfile(Int32)
Initialises the Profile with an empty collection of profile properties
Public methodInitialiseProfile(Int32, Boolean)
Initialises the Profile with an empty collection of profile properties
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetProfileProperty
Sets a Profile Property Value in the Profile
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Fields

Properties

  NameDescription
Public propertyBiography
Public propertyCell
Gets and sets the Cell/Mobile Phone
Public propertyCity
Gets and sets the City part of the Address
Public propertyCountry
Gets and sets the Country part of the Address
Public propertyFax
Gets and sets the Fax Phone
Public propertyFirstName
Gets and sets the First Name
Public propertyFullName
Gets and sets the Full Name
Public propertyIM
Gets and sets the Instant Messenger Handle
Public propertyIsDirty
Gets or sets whether the property has been changed
Public propertyItem
Public propertyLastName
Gets and sets the Last Name
Public propertyPhoto
Public propertyPhotoURL
property will return a URL for the photourl - if the path contains invalid url characters it will return a fileticket
Public propertyPhotoURLFile Obsolete.
property will return the file path of the photo url (designed to be used when files are loaded via the filesystem e.g for caching)
Public propertyPostalCode
Gets and sets the PostalCode part of the Address
Public propertyPreferredLocale
Gets and sets the Preferred Locale
Public propertyPreferredTimeZone
Public propertyProfileProperties
Gets and sets the Collection of Profile Properties
Public propertyRegion
Gets and sets the Region part of the Address
Public propertyStreet
Gets and sets the Street part of the Address
Public propertyTelephone
Gets and sets the Telephone
Public propertyTimeZone Obsolete.
Public propertyTitle
Gets and sets the Title
Public propertyUnit
Gets and sets the Unit part of the Address
Public propertyWebsite
Gets and sets the Website

See Also