IGroupMembershipProviderPrepareGroupForDelete Method |
Removes all memberships and members of the groups because it is about to be deleted.
Namespace: Dundas.BI.AccountServices.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid PrepareGroupForDelete(
Guid groupId
)
Sub PrepareGroupForDelete (
groupId As Guid
)
void PrepareGroupForDelete(
Guid groupId
)
abstract PrepareGroupForDelete :
groupId : Guid -> unit Parameters
- groupId Guid
- The ID of the group.
Exceptions
See Also