IGroupMembershipProvider Methods

The IGroupMembershipProvider type exposes the following members.

Methods
  NameDescription
Public methodGetGroupMembershipForAccount
Retrieves the groups to which the specified account belongs.
Public methodGetGroupMembershipForGroup
Retrieves the groups to which the specified group belongs.
Public methodGetMembers
Retrieves the members of a group. There is an option indicating whether or not to include the inherited members.
Public methodModifyGroupMembership(Guid, ICollectionGuid, ICollectionGuid)
Change the group membership of an account.
Public methodModifyGroupMembership(Guid, ICollectionGuid, ICollectionGuid, ICollectionGuid, ICollectionGuid)
Changes the membership of a group.
Public methodPrepareGroupForDelete
Removes all memberships and members of the groups because it is about to be deleted.
Top
See Also