IGroupMembershipProviderModifyGroupMembership(Guid, ICollectionGuid, ICollectionGuid, ICollectionGuid, ICollectionGuid) Method

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 (26.2.0.1000)
Syntax
void ModifyGroupMembership(
	Guid groupId,
	ICollection<Guid> accountsToAddIds,
	ICollection<Guid> accountsToRemoveIds,
	ICollection<Guid> groupsToAddIds,
	ICollection<Guid> groupsToRemoveIds
)

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
ExceptionCondition
NotSupportedExceptionModify operations are not supported.
See Also