IGroupMembershipProviderModifyGroupMembership Method (Guid, ICollectionGuid, ICollectionGuid, ICollectionGuid, ICollectionGuid) |
Changes the membership of a group.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void 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
- Type: SystemGuid
ID of the group to be modified. - accountsToAddIds
- Type: System.Collections.GenericICollectionGuid
IDs of accounts to be added to the group. if no accounts to be added. - accountsToRemoveIds
- Type: System.Collections.GenericICollectionGuid
IDs of accounts to be removed from the group. if no accounts to be removed. - groupsToAddIds
- Type: System.Collections.GenericICollectionGuid
IDs of groups to be added to the group. if no groups to be added. - groupsToRemoveIds
- Type: System.Collections.GenericICollectionGuid
IDs of groups to be removed from the group. if no groups to be removed.
Exceptions See Also