IGroupMembershipProviderModifyGroupMembership(Guid, ICollectionGuid, ICollectionGuid, ICollectionGuid, ICollectionGuid) Method |
Changes the membership of a group.
Namespace: Dundas.BI.AccountServices.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid ModifyGroupMembership(
Guid groupId,
ICollection<Guid> accountsToAddIds,
ICollection<Guid> accountsToRemoveIds,
ICollection<Guid> groupsToAddIds,
ICollection<Guid> groupsToRemoveIds
)
Sub ModifyGroupMembership (
groupId As Guid,
accountsToAddIds As ICollection(Of Guid),
accountsToRemoveIds As ICollection(Of Guid),
groupsToAddIds As ICollection(Of Guid),
groupsToRemoveIds As ICollection(Of Guid)
)
void ModifyGroupMembership(
Guid groupId,
ICollection<Guid>^ accountsToAddIds,
ICollection<Guid>^ accountsToRemoveIds,
ICollection<Guid>^ groupsToAddIds,
ICollection<Guid>^ groupsToRemoveIds
)
abstract ModifyGroupMembership :
groupId : Guid *
accountsToAddIds : ICollection<Guid> *
accountsToRemoveIds : ICollection<Guid> *
groupsToAddIds : ICollection<Guid> *
groupsToRemoveIds : ICollection<Guid> -> unit Parameters
- groupId Guid
- ID of the group to be modified.
- accountsToAddIds ICollectionGuid
- IDs of accounts to be added to the group. if no accounts to be added.
- accountsToRemoveIds ICollectionGuid
- IDs of accounts to be removed from the group. if no accounts to be removed.
- groupsToAddIds ICollectionGuid
- IDs of groups to be added to the group. if no groups to be added.
- groupsToRemoveIds ICollectionGuid
- IDs of groups to be removed from the group. if no groups to be removed.
Exceptions
See Also