Open this page in the API Guide

IGroupMembershipProvider.PrepareGroupForDelete 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 (25.1.0.1000)
Syntax
void PrepareGroupForDelete(
	Guid groupId
)

Parameters

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