The ProfileController type exposes the following members.

Constructors

  NameDescription
Public methodProfileController
DotNetNuke.Entities.Profile.ProfileController

Methods

  NameDescription
Public methodStatic memberAddDefaultDefinitions
Adds the default property definitions for a portal
Public methodStatic memberAddPropertyDefinition
Adds a Property Defintion to the Data Store
Public methodStatic memberClearProfileDefinitionCache
Clears the Profile Definitions Cache
Public methodStatic memberDeletePropertyDefinition
Deletes a Property Defintion from the Data Store
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 methodStatic memberGetPropertyDefinition(Int32) Obsolete.
Public methodStatic memberGetPropertyDefinition(Int32, Int32)
Gets a Property Defintion from the Data Store by id
Public methodStatic memberGetPropertyDefinitionByName
Gets a Property Defintion from the Data Store by name
Public methodStatic memberGetPropertyDefinitionsByCategory
Gets a collection of Property Defintions from the Data Store by category
Public methodStatic memberGetPropertyDefinitionsByPortal(Int32)
Gets a collection of Property Defintions from the Data Store by portal
Public methodStatic memberGetPropertyDefinitionsByPortal(Int32, Boolean)
Gets a collection of Property Defintions from the Data Store by portal
Public methodStatic memberGetPropertyDefinitionsByPortal(Int32, Boolean, Boolean)
Gets a collection of Property Defintions from the Data Store by portal
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetUserProfile
Gets the Profile Information for the User
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSearchProfilePropertyValues
Searches the profile property values for a string (doesn't need to be the beginning).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUpdatePropertyDefinition
Updates a Property Defintion in the Data Store
Public methodStatic memberUpdateUserProfile(UserInfo)
Updates a User's Profile
Public methodStatic memberUpdateUserProfile(UserInfo, ProfilePropertyDefinitionCollection)
Updates a User's Profile
Public methodStatic memberValidateProfile
Validates the Profile properties for the User (determines if all required properties have been set)

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

See Also