IGroupMembershipProviderModifyGroupMembership(Guid, ICollectionGuid, ICollectionGuid) Method |
Change the group membership of an account.
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 accountId,
ICollection<Guid> addToGroupIds,
ICollection<Guid> removeFromGroupIds
)
Sub ModifyGroupMembership (
accountId As Guid,
addToGroupIds As ICollection(Of Guid),
removeFromGroupIds As ICollection(Of Guid)
)
void ModifyGroupMembership(
Guid accountId,
ICollection<Guid>^ addToGroupIds,
ICollection<Guid>^ removeFromGroupIds
)
abstract ModifyGroupMembership :
accountId : Guid *
addToGroupIds : ICollection<Guid> *
removeFromGroupIds : ICollection<Guid> -> unit Parameters
- accountId Guid
- The ID of the account to be modified.
- addToGroupIds ICollectionGuid
- Group IDs which this account to be added to. It can be if no groups to add to.
- removeFromGroupIds ICollectionGuid
- Group IDs which this account to be removed from. It can be if no groups to remove from.
Exceptions
See Also