ProfileManager Members
.NET Framework 2.0
Manages user profile data and settings.
The following tables list the members exposed by the ProfileManager type.
| Name | Description | |
|---|---|---|
| ApplicationName | Gets or sets the name of the application for which to store and retrieve profile information. |
| AutomaticSaveEnabled | Gets a value indicating whether the user profile will be automatically saved at the end of the execution of an ASP.NET page. |
| Enabled | Gets a value indicating whether the user profile is enabled for the application. |
| Provider | Gets a reference to the default profile provider for the application. |
| Providers | Gets a collection of the profile providers for the ASP.NET application. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| DeleteInactiveProfiles | Deletes user profile data for which the last activity date and time occurred before the specified date and time. |
| DeleteProfile | Deletes the profile for the specified user name from the data source. |
| DeleteProfiles | Overloaded. Deletes profile properties and information from the data source for a supplied list of profiles. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindInactiveProfilesByUserName | Overloaded. Retrieves profile information for profiles in which the last activity date occurred on or before a specified date and time and the user name for the profile matches a specified name. |
| FindProfilesByUserName | Overloaded. Retrieves profile information for profiles in which the user name matches a specified name. |
| GetAllInactiveProfiles | Overloaded. Retrieves user profile data for profiles in which the last activity date occurred on or before a specified date and time. |
| GetAllProfiles | Overloaded. Retrieves user profile data for profiles in the data source. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetNumberOfInactiveProfiles | Gets the number of profiles in which the last activity date occurred on or before the specified date. |
| GetNumberOfProfiles | Gets the number of profiles in the data source. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
ProfileManager ClassSystem.Web.Profile Namespace
Other Resources
ASP.NET Profile PropertiesCommunity Additions
ADD
Show: