1
vote
1answer
26 views

what is delete command for sharepoint menuitemtemplate

MenuTemplate menuTemplate = new MenuTemplate(); menuItem = new MenuItemTemplate("Delete document", "/_layouts/images/delete.gif"); menuItem.ClientOnClickScript = ""; // What should I put ...
0
votes
2answers
572 views

Restoring a Deleted User in the Site's Owners and Members Groups SharePoint 2010

I have accidentally deleted some users from the site's members and owners groups. How do I restore these users back to the site?