IGroupMembershipProviderPrepareGroupForDelete Method

Removes all memberships and members of the groups because it is about to be deleted.

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 PrepareGroupForDelete(
	Guid groupId
)

Parameters

groupId
Type: SystemGuid
The ID of the group.
Exceptions
ExceptionCondition
NotSupportedExceptionModify operations are not supported.
See Also