MemberGroupManager members

Represents the member group manager.

The MemberGroupManager type exposes the following members.

Properties

  Name Description
Public property AccountNameFormat Gets the account name format. (Inherited from ProfileManagerBase.)
Public property Count Gets the total number of member groups. (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 Item Gets an item by using the specified unique identifier (ID).
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.)

Top

Methods

  Name Description
Public method CreateMemberGroup Creates a member group.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChanges() (Overrides ProfileManagerBase.GetChanges().)
Public method GetChanges(ProfileBaseChangeQuery) (Overrides ProfileManagerBase.GetChanges(ProfileBaseChangeQuery).)
Public method GetChanges(UserProfileChangeToken) (Overrides ProfileManagerBase.GetChanges(UserProfileChangeToken).)
Public method GetEnumerator() Returns an enumerator that can iterate through the MemberGroupManager instance. (Overrides ProfileManagerBase.GetEnumerator().)
Public method GetEnumerator(Boolean, Boolean) Obsolete.
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 GetMemberGroupBySourceAndSourceReference Gets a member group by using the source and sourceReference parameters.
Public method GetProfile (Overrides ProfileManagerBase.GetProfile(Int64).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveProfile (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

MemberGroupManager class

Microsoft.Office.Server.UserProfiles namespace