This documentation is archived and is not being maintained.

ProfileManager Members

Manages user profile data and settings.

The ProfileManager type exposes the following members.

  NameDescription
Public method Static member DeleteInactiveProfiles Deletes user profile data for which the last activity date and time occurred before the specified date and time.
Public method Static member DeleteProfile Deletes the profile for the specified user name from the data source.
Public method Static member DeleteProfiles Overloaded. Deletes profile properties and information from the data source for a supplied list of profiles.
Public method Static member 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.
Public method Static member FindProfilesByUserName Overloaded. Retrieves profile information for profiles in which the user name matches a specified name.
Public method Static member GetAllInactiveProfiles Overloaded. Retrieves user profile data for profiles in which the last activity date occurred on or before a specified date and time.
Public method Static member GetAllProfiles Overloaded. Retrieves user profile data for profiles in the data source.
Public method Static member GetNumberOfInactiveProfiles Gets the number of profiles in which the last activity date occurred on or before the specified date.
Public method Static member GetNumberOfProfiles Gets the number of profiles in the data source.
Top

  NameDescription
Public property Static member ApplicationName Gets or sets the name of the application for which to store and retrieve profile information.
Public property Static member AutomaticSaveEnabled Gets a value indicating whether the user profile will be automatically saved at the end of the execution of an ASP.NET page.
Public property Static member Enabled Gets a value indicating whether the user profile is enabled for the application.
Public property Static member Provider Gets a reference to the default profile provider for the application.
Public property Static member Providers Gets a collection of the profile providers for the ASP.NET application.
Top
Show: