System.Web.Profile.ProfileManager Members

The members of System.Web.Profile.ProfileManager are listed below.

See Also: Inherited members from System.Object

Public Properties

static
ApplicationNamestring.

Gets or sets the name of the application for which to store and retrieve profile information.

[read-only]
static
AutomaticSaveEnabledbool.

Gets a value indicating whether the user profile will be automatically saved at the end of the execution of an ASP.NET page.

[read-only]
static
Enabledbool.

Gets a value indicating whether the user profile is enabled for the application.

[read-only]
static
ProviderProfileProvider.

Gets a reference to the default profile provider for the application.

[read-only]
static
ProvidersProfileProviderCollection.

Gets a collection of the profile providers for the ASP.NET application.

Public Methods

static
DeleteInactiveProfiles(ProfileAuthenticationOption, DateTime) : int

Deletes user profile data for which the last activity date and time occurred before the specified date and time.

static
DeleteProfile(string) : bool

Deletes the profile for the specified user name from the data source.

static
DeleteProfiles(string[]) : int

Deletes profile properties and information for the supplied list of user names.

static
DeleteProfiles(ProfileInfoCollection) : int

Deletes profile properties and information from the data source for the supplied list of profiles.

static
FindInactiveProfilesByUserName(ProfileAuthenticationOption, string, DateTime) : ProfileInfoCollection

Retrieves profile information for all profiles in which the last activity date occurred on or before the specified date and time and the user name for the profile matches the specified name.

static
FindInactiveProfilesByUserName(ProfileAuthenticationOption, string, DateTime, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
FindProfilesByUserName(ProfileAuthenticationOption, string) : ProfileInfoCollection

Retrieves all profile information for profiles in which the user name matches the specified name.

static
FindProfilesByUserName(ProfileAuthenticationOption, string, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime) : ProfileInfoCollection

Retrieves all user profile data for profiles in which the last activity date occurred on or before the specified date and time.

static
GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
GetAllProfiles(ProfileAuthenticationOption) : ProfileInfoCollection

Retrieves user profile data for profiles in the data source.

static
GetAllProfiles(ProfileAuthenticationOption, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
GetNumberOfInactiveProfiles(ProfileAuthenticationOption, DateTime) : int

Gets the number of profiles in which the last activity date occurred on or before the specified date.

static
GetNumberOfProfiles(ProfileAuthenticationOption) : int

Gets the number of profiles in the data source.