ProfileManagerBase Methods

Include Protected Members
Include Inherited Members

The ProfileManagerBase type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChanges() Returns all changes made to a profile type that are recorded in the user profile change logs.
Public method GetChanges(ProfileBaseChangeQuery) Returns changes made to a profile type that are defined by a ProfileBaseChangeQuery object and recorded in the user profile change logs.
Public method GetChanges(UserProfileChangeToken) Returns changes made to a profile type that are located at a specific location in the user profile change logs.
Public method GetEnumerator() Returns an IEnumerator that can be used to iterate through all profiles.
Public method GetEnumerator(Int64, Int32) Returns an IEnumerator that can be used to iterate through a specified number of profiles.
Public method GetHashCode (Inherited from Object.)
Public method GetProfile Returns the profile associated with the specified record identifier.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveProfile Removes the specified profile.
Public method ResolveProfile Returns an array of ProfileBase objects that match the specified search pattern.
Public method Search(String) Retrieves an array of ProfileBase objects of a particular profile type whose searchable properties match the specified search pattern.
Public method Search([]) Retrieves an array of ProfileBase objects of a particular profile type whose searchable properties match the specified search patterns.
Public method Search(OrganizationProfile, String) Retrieves an array of users and organizations (as ProfileBase objects) under the specified OrganizationProfile object whose searchable properties match a specified search pattern.
Public method Search(OrganizationProfile, []) Retrieves an array of users and organizations (as ProfileBase objects) under the specified OrganizationProfile object whose searchable properties match the specified search patterns.
Public method Search([], Int32, Nullable<Boolean>)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ProfileManagerBase Class

Microsoft.Office.Server.UserProfiles Namespace