Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents the abstract class for all profile manager objects (including UserProfileManager and OrganizationProfileManager).
The ProfileManagerBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AccountNameFormat | Gets the account name format. |
![]() |
Count | |
![]() |
CurrentChangeToken | Gets the current change token for this profile type. |
![]() |
DefaultProfileSubtypeProperties | Gets the default ProfileSubtypePropertyManager. |
![]() |
Properties | Obsolete. Gets the collection of defined profile properties, not including sections. |
![]() |
PropertiesWithSection | Obsolete. Gets the collection of defined profile properties, including sections. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetChanges() | Returns all changes made to a profile type that are recorded in the user profile change logs. |
![]() |
GetChanges(ProfileBaseChangeQuery) | Returns changes made to a profile type that are defined by a ProfileBaseChangeQuery object and recorded in the user profile change logs. |
![]() |
GetChanges(UserProfileChangeToken) | Returns changes made to a profile type that are located at a specific location in the user profile change logs. |
![]() |
GetEnumerator() | Returns an IEnumerator that can be used to iterate through all profiles. |
![]() |
GetEnumerator(Int64, Int32) | Returns an IEnumerator that can be used to iterate through a specified number of profiles. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetProfile | Returns the profile associated with the specified record identifier. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RemoveProfile | Removes the specified profile. |
![]() |
ResolveProfile | Returns an array of ProfileBase objects that match the specified search pattern. |
![]() |
Search(String) | Retrieves an array of ProfileBase objects of a particular profile type whose searchable properties match the specified search pattern. |
![]() |
Search([]) | Retrieves an array of ProfileBase objects of a particular profile type whose searchable properties match the specified search patterns. |
![]() |
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. |
![]() |
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. |
![]() |
Search([], Int32, Nullable<Boolean>) | |
![]() |
ToString | (Inherited from Object.) |
Top