I was looking for a solution to this, in my opinion, very difficult action. I’m no developer so that explains. It turned out to be very simple by doing this:
- Go to the document’s view url, for example: http://example.com/Documents/Forms/AllItems.aspx.
- If it is a web part page, edit the page and add a Content Editor web part. Otherwise you need to edit that page in SharePoint Designer.
- Open the source editor (not the rich editor) for the Content Editor web part, or open the code view (not the design view) of that particular page in SharePoint Designer.
- Either inside the web part or the code view, insert the following script:
<script type=”text/javascript”>
AddSendSubMenu = function (m,ctx) {}
</script>
Read more at Codebender


One Response to “Remove “send to” menu option in SharePoint document library”
Trackbacks/Pingbacks
Leave a Reply