The ProfileController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ProfileController | DotNetNuke.Entities.Profile.ProfileController |
Methods
| Name | Description | |
|---|---|---|
| AddDefaultDefinitions |
Adds the default property definitions for a portal
| |
| AddPropertyDefinition |
Adds a Property Defintion to the Data Store
| |
| ClearProfileDefinitionCache |
Clears the Profile Definitions Cache
| |
| DeletePropertyDefinition |
Deletes a Property Defintion from the Data Store
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPropertyDefinition(Int32) | Obsolete. | |
| GetPropertyDefinition(Int32, Int32) |
Gets a Property Defintion from the Data Store by id
| |
| GetPropertyDefinitionByName |
Gets a Property Defintion from the Data Store by name
| |
| GetPropertyDefinitionsByCategory |
Gets a collection of Property Defintions from the Data Store by category
| |
| GetPropertyDefinitionsByPortal(Int32) |
Gets a collection of Property Defintions from the Data Store by portal
| |
| GetPropertyDefinitionsByPortal(Int32, Boolean) |
Gets a collection of Property Defintions from the Data Store by portal
| |
| GetPropertyDefinitionsByPortal(Int32, Boolean, Boolean) |
Gets a collection of Property Defintions from the Data Store by portal
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUserProfile |
Gets the Profile Information for the User
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SearchProfilePropertyValues |
Searches the profile property values for a string (doesn't need to be the beginning).
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdatePropertyDefinition |
Updates a Property Defintion in the Data Store
| |
| UpdateUserProfile(UserInfo) |
Updates a User's Profile
| |
| UpdateUserProfile(UserInfo, ProfilePropertyDefinitionCollection) |
Updates a User's Profile
| |
| ValidateProfile |
Validates the Profile properties for the User (determines if all required properties
have been set)
|
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
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.) |