MemberGroupManager Members
Include Protected Members
Include Inherited Members
Represents the member group manager.
The MemberGroupManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
AccountNameFormat | Gets the account name format. (Inherited from ProfileManagerBase.) | |
Count | Gets the total number of member groups. (Overrides ProfileManagerBase.Count.) | |
CurrentChangeToken | Gets the current change token for this profile type. (Inherited from ProfileManagerBase.) | |
DefaultProfileSubtypeProperties | Gets the default ProfileSubtypePropertyManager. (Inherited from ProfileManagerBase.) | |
Item | Gets an item by using the specified unique identifier (ID). | |
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.) |
Top
Methods
Name | Description | |
---|---|---|
CreateMemberGroup | Creates a member group. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChanges() | (Overrides ProfileManagerBase.GetChanges().) | |
GetChanges(ProfileBaseChangeQuery) | (Overrides ProfileManagerBase.GetChanges(ProfileBaseChangeQuery).) | |
GetChanges(UserProfileChangeToken) | (Overrides ProfileManagerBase.GetChanges(UserProfileChangeToken).) | |
GetEnumerator() | Returns an enumerator that can iterate through the MemberGroupManager instance. (Overrides ProfileManagerBase.GetEnumerator().) | |
GetEnumerator(Boolean, Boolean) | ||
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.) | |
GetMemberGroupBySourceAndSourceReference | Gets a member group by using the source and sourceReference parameters. | |
GetProfile | (Overrides ProfileManagerBase.GetProfile(Int64).) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveProfile | (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