Forum Discussion

Krishna's avatar
Krishna
Valued Contributor
3 years ago

Bulk Delete Security Group

The below code will delete the Security Group using extender rule.         Dim secGrp As List(Of Group) = Brapi.Security.Admin.GetGroups(si) For Each Item As Group In secGrp ...