This documentation is archived and is not being maintained.
ProfileManager Methods
Visual Studio 2008
The ProfileManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
DeleteInactiveProfiles | Deletes user profile data for which the last activity date and time occurred before the specified date and time. |
|
DeleteProfile | Deletes the profile for the specified user name from the data source. |
|
DeleteProfiles | Overloaded. Deletes profile properties and information from the data source for a supplied list of profiles. |
|
FindInactiveProfilesByUserName | Overloaded. Retrieves profile information for profiles in which the last activity date occurred on or before a specified date and time and the user name for the profile matches a specified name. |
|
FindProfilesByUserName | Overloaded. Retrieves profile information for profiles in which the user name matches a specified name. |
|
GetAllInactiveProfiles | Overloaded. Retrieves user profile data for profiles in which the last activity date occurred on or before a specified date and time. |
|
GetAllProfiles | Overloaded. Retrieves user profile data for profiles in the data source. |
|
GetNumberOfInactiveProfiles | Gets the number of profiles in which the last activity date occurred on or before the specified date. |
|
GetNumberOfProfiles | Gets the number of profiles in the data source. |
Show: