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
)
Sub PrepareGroupForDelete (
groupId As Guid
)
void PrepareGroupForDelete(
Guid groupId
)
abstract PrepareGroupForDelete :
groupId : Guid -> unit
Parameters
- groupId
- Type: SystemGuid
The ID of the group.
Exceptions See Also