Tagged Questions
0
votes
1answer
250 views
Delete groups using SP Client object model
I'm trying to delete groups and Sites from Sharepoint using COM.
Ex: Listitem i = ........; i.DeleteObject();
Now, in my code , I'm using this snippet:
foreach (Group grpsSP in ...