Tagged Questions
1
vote
0answers
451 views
sharepoint 2010 list groups from event receiver to form or dialog box?
How can I get a list of groups in a form or dialog box to select one or more groups, and then assign permissions to the document?
Here in this code:
using System;
using System.Security.Permissions;
...