OrganizationProfileManager members

NOTE: This API is now obsolete.

Creates, removes, manages, and retrieves data from OrganizationProfile objects.

The OrganizationProfileManager type exposes the following members.

Constructors

  Name Description
Public method OrganizationProfileManager(ServerContext) Obsolete. Initializes a new instance of the OrganizationProfileManager class using the specified server context.
Public method OrganizationProfileManager(SPServiceContext) Obsolete. Initializes a new instance of the OrganizationProfileManager class using the specified service context.

Top

Properties

  Name Description
Public property AccountNameFormat Gets the account name format. (Inherited from ProfileManagerBase.)
Public property Count Obsolete. Gets the total number of organization profiles contained in the profile data store. (Overrides ProfileManagerBase.Count.)
Public property CurrentChangeToken Gets the current change token for this profile type. (Inherited from ProfileManagerBase.)
Public property DefaultProfileSubtypeProperties Gets the default ProfileSubtypePropertyManager. (Inherited from ProfileManagerBase.)
Public property Properties Obsolete. Gets the collection of defined profile properties, not including sections. (Inherited from ProfileManagerBase.)
Public property PropertiesWithSection Obsolete. Gets the collection of defined profile properties, including sections. (Inherited from ProfileManagerBase.)
Public property RootOrganization Obsolete. Returns the root organization of the current server or service context.

Top

Methods

  Name Description
Public method CreateOrganizationProfile Obsolete. Creates an organization profile with the specified ProfileSubtype and the specified ProfileBase.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChanges() Obsolete. Returns changes made to organization profile properties that have been recorded in the change log. (Overrides ProfileManagerBase.GetChanges().)
Public method GetChanges(ProfileBaseChangeQuery) Obsolete. Returns changes defined by the specified change query that have been made to organization profile properties and recorded in the change log. (Overrides ProfileManagerBase.GetChanges(ProfileBaseChangeQuery).)
Public method GetChanges(UserProfileChangeToken) Obsolete. Returns changes at a specified location in the change log that have been made to organization profile properties and recorded in the change log. (Overrides ProfileManagerBase.GetChanges(UserProfileChangeToken).)
Public method GetEnumerator() Returns an IEnumerator that can be used to iterate through all profiles. (Inherited from ProfileManagerBase.)
Public method GetEnumerator(Int64, Int32) Returns an IEnumerator that can be used to iterate through a specified number of profiles. (Inherited from ProfileManagerBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetOrganizationProfile Obsolete. Returns an organization profile with the specified record identifier.
Public method GetProfile Obsolete. Returns an organization profile with the specified record identifier as a ProfileBase. (Overrides ProfileManagerBase.GetProfile(Int64).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveOrganizationProfile Obsolete. Removes an organization profile with the specified record identifier from the user profile database.
Public method RemoveProfile Obsolete. Removes the specified organization profile from the user profile database. (Overrides ProfileManagerBase.RemoveProfile(ProfileBase).)
Public method ResolveProfile Returns an array of ProfileBase objects that match the specified search pattern. (Inherited from ProfileManagerBase.)
Public method Search(String) Retrieves an array of ProfileBase objects of a particular profile type whose searchable properties match the specified search pattern. (Inherited from ProfileManagerBase.)
Public method Search([]) Retrieves an array of ProfileBase objects of a particular profile type whose searchable properties match the specified search patterns. (Inherited from ProfileManagerBase.)
Public method Search(OrganizationProfile, String) Obsolete. Retrieves an array of users and organizations (as ProfileBase objects) under the specified OrganizationProfile object whose searchable properties match a specified search pattern. (Inherited from ProfileManagerBase.)
Public method Search(OrganizationProfile, []) Obsolete. Retrieves an array of users and organizations (as ProfileBase objects) under the specified OrganizationProfile object whose searchable properties match the specified search patterns. (Inherited from ProfileManagerBase.)
Public method Search([], Int32, Nullable<Boolean>) Return profiles for specific subtypes, 0 means all subtypes. (Inherited from ProfileManagerBase.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

OrganizationProfileManager class

Microsoft.Office.Server.UserProfiles namespace