System.Web.Profile.ProfileManager: Method Members

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

See Also: Inherited members from System.Object

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.