ProfileManager Methods

(see also Protected Methods )
  Name Description
Public method Static DeleteInactiveProfiles
Deletes user profile data for which the last activity date and time occurred before the specified date and time.
Public method Static DeleteProfile
Deletes the profile for the specified user name from the data source.
Public method Static DeleteProfiles Overloaded.
Deletes profile properties and information from the data source for a supplied list of profiles.
Public method Equals  Overloaded.
Determines whether two Object instances are equal.
(inherited from Object)
Public method Static 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.
Public method Static FindProfilesByUserName Overloaded.
Retrieves profile information for profiles in which the user name matches a specified name.
Public method Static GetAllInactiveProfiles Overloaded.
Retrieves user profile data for profiles in which the last activity date occurred on or before a specified date and time.
Public method Static GetAllProfiles Overloaded.
Retrieves user profile data for profiles in the data source.
Public method GetHashCode 
Serves as a hash function for a particular type.
(inherited from Object)
Public method Static GetNumberOfInactiveProfiles
Gets the number of profiles in which the last activity date occurred on or before the specified date.
Public method Static GetNumberOfProfiles
Gets the number of profiles in the data source.
Public method GetType 
Gets the Type of the current instance.
(inherited from Object)
Public method Static ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method ToString 
Returns a String that represents the current Object.
(inherited from Object)
Top

  Name Description
Protected method Finalize 
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from Object)
Protected method MemberwiseClone 
Creates a shallow copy of the current Object.
(inherited from Object)
Top

Community Additions

ADD
Show: