Mono Class Library: Overview

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. Documentation for this section has not yet been entered.
[read-only]
static
AutomaticSaveEnabledbool. Documentation for this section has not yet been entered.
[read-only]
static
Enabledbool. Documentation for this section has not yet been entered.
[read-only]
static
ProviderProfileProvider. Documentation for this section has not yet been entered.
[read-only]
static
ProvidersProfileProviderCollection. Documentation for this section has not yet been entered.

Public Methods

static
DeleteInactiveProfiles(ProfileAuthenticationOption, DateTime) : int
Documentation for this section has not yet been entered.
static
DeleteProfile(string) : bool
Documentation for this section has not yet been entered.
static
DeleteProfiles(string[]) : int
Documentation for this section has not yet been entered.
static
DeleteProfiles(ProfileInfoCollection) : int
Documentation for this section has not yet been entered.
static
FindInactiveProfilesByUserName(ProfileAuthenticationOption, string, DateTime) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
FindInactiveProfilesByUserName(ProfileAuthenticationOption, string, DateTime, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
FindProfilesByUserName(ProfileAuthenticationOption, string) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
FindProfilesByUserName(ProfileAuthenticationOption, string, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
GetAllProfiles(ProfileAuthenticationOption) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
GetAllProfiles(ProfileAuthenticationOption, int, int, out int) : ProfileInfoCollection
Documentation for this section has not yet been entered.
static
GetNumberOfInactiveProfiles(ProfileAuthenticationOption, DateTime) : int
Documentation for this section has not yet been entered.
static
GetNumberOfProfiles(ProfileAuthenticationOption) : int
Documentation for this section has not yet been entered.