The members of System.Web.Profile.ProfileManager are listed below.
See Also: Inherited members from System.Object
static | ApplicationName | string.
Gets or sets the name of the application for which to store and retrieve profile information. |
[read-only] static | AutomaticSaveEnabled | bool.
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 | Enabled | bool.
Gets a value indicating whether the user profile is enabled for the application. |
[read-only] static | Provider | ProfileProvider.
Gets a reference to the default profile provider for the application. |
[read-only] static | Providers | ProfileProviderCollection.
Gets a collection of the profile providers for the ASP.NET application. |
static | DeleteInactiveProfiles(ProfileAuthenticationOption, DateTime)
| |
static | DeleteProfile(string)
| |
static | DeleteProfiles(string[])
| |
static | DeleteProfiles(ProfileInfoCollection)
| |
static | FindInactiveProfilesByUserName(ProfileAuthenticationOption, string, DateTime)
| |
static | FindInactiveProfilesByUserName(ProfileAuthenticationOption, string, DateTime, int, int, out int)Documentation for this section has not yet been entered. | |
static | FindProfilesByUserName(ProfileAuthenticationOption, string)
| |
static | FindProfilesByUserName(ProfileAuthenticationOption, string, int, int, out int)Documentation for this section has not yet been entered. | |
static | GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime)
| |
static | GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, int, int, out int)Documentation for this section has not yet been entered. | |
static | GetAllProfiles(ProfileAuthenticationOption)
| |
static | GetAllProfiles(ProfileAuthenticationOption, int, int, out int)Documentation for this section has not yet been entered. | |
static | GetNumberOfInactiveProfiles(ProfileAuthenticationOption, DateTime)
| |
static | GetNumberOfProfiles(ProfileAuthenticationOption)
|