System.Web.Profile.ProfileProvider: Method Members

The methods of System.Web.Profile.ProfileProvider are listed below. For a list of all members, see the ProfileProvider Members list.

See Also: Inherited members from System.Configuration.SettingsProvider

Public Methods

abstract
DeleteInactiveProfiles(ProfileAuthenticationOption, DateTime) : int

When overridden in a derived class, deletes all user-profile data for profiles in which the last activity date occurred before the specified date.

abstract
DeleteProfiles(string[]) : int

When overridden in a derived class, deletes profile properties and information for profiles that match the supplied list of user names.

abstract
DeleteProfiles(ProfileInfoCollection) : int

When overridden in a derived class, deletes profile properties and information for the supplied list of profiles.

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

When overridden in a derived class, returns the number of profiles in which the last activity date occurred on or before the specified date.