Tagged Questions
0
votes
2answers
112 views
How to remove sharepoint security group in the feature?
I want to remove custom security group from sharepoint 2010. I created custom security group as follows:
SPGroup wcmGroup = currentWeb.SiteGroups[permissionName];
SPRoleDefinition ...
2
votes
1answer
107 views
Add user to a SharePoint group - grant permission - right groups do not show
When I try go grant permission to a user in a new web I don't get listed the cusom groups on the current web.
If you look at the image you can see that the list in the background are quite a bit ...