OrganizationProfileManager Members
Include Protected Members
Include Inherited Members
Creates, removes, manages, and retrieves data from OrganizationProfile objects.
The OrganizationProfileManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrganizationProfileManager(ServerContext) | Obsolete. Initializes a new instance of the OrganizationProfileManager class using the specified server context. | |
OrganizationProfileManager(SPServiceContext) | Initializes a new instance of the OrganizationProfileManager class using the specified service context. |
Top
Properties
Name | Description | |
---|---|---|
AccountNameFormat | Gets the account name format. (Inherited from ProfileManagerBase.) | |
Count | (Overrides ProfileManagerBase.Count.) | |
CurrentChangeToken | Gets the current change token for this profile type. (Inherited from ProfileManagerBase.) | |
DefaultProfileSubtypeProperties | Gets the default ProfileSubtypePropertyManager. (Inherited from ProfileManagerBase.) | |
Properties | Obsolete. Gets the collection of defined profile properties, not including sections. (Inherited from ProfileManagerBase.) | |
PropertiesWithSection | Obsolete. Gets the collection of defined profile properties, including sections. (Inherited from ProfileManagerBase.) | |
RootOrganization | Returns the root organization of the current server or service context. |
Top
Methods
Name | Description | |
---|---|---|
CreateOrganizationProfile | Creates an organization profile with the specified ProfileSubtype and the specified ProfileBase. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChanges() | Returns changes made to organization profile properties that have been recorded in the change log. (Overrides ProfileManagerBase.GetChanges().) | |
GetChanges(ProfileBaseChangeQuery) | 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).) | |
GetChanges(UserProfileChangeToken) | 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).) | |
GetEnumerator() | Returns an IEnumerator that can be used to iterate through all profiles. (Inherited from ProfileManagerBase.) | |
GetEnumerator(Int64, Int32) | Returns an IEnumerator that can be used to iterate through a specified number of profiles. (Inherited from ProfileManagerBase.) | |
GetHashCode | (Inherited from Object.) | |
GetOrganizationProfile | Returns an organization profile with the specified record identifier. | |
GetProfile | Returns an organization profile with the specified record identifier as a ProfileBase. (Overrides ProfileManagerBase.GetProfile(Int64).) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveOrganizationProfile | Removes an organization profile with the specified record identifier from the user profile database. | |
RemoveProfile | Removes the specified organization profile from the user profile database. (Overrides ProfileManagerBase.RemoveProfile(ProfileBase).) | |
ResolveProfile | Returns an array of ProfileBase objects that match the specified search pattern. (Inherited from ProfileManagerBase.) | |
Search(String) | Retrieves an array of ProfileBase objects of a particular profile type whose searchable properties match the specified search pattern. (Inherited from ProfileManagerBase.) | |
Search([]) | Retrieves an array of ProfileBase objects of a particular profile type whose searchable properties match the specified search patterns. (Inherited from ProfileManagerBase.) | |
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. (Inherited from ProfileManagerBase.) | |
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. (Inherited from ProfileManagerBase.) | |
Search([], Int32, Nullable<Boolean>) | (Inherited from ProfileManagerBase.) | |
ToString | (Inherited from Object.) |
Top