Forum Discussion

Mike Jansen's avatar
Mike Jansen
Iron Contributor
Feb 03, 2017

Windows context menu - Save to SharePoint online

I'm looking for some kind of example or direction to achieve this:

 

In windows explorer I want to right-click a document (or a few documents) and then "Save to SharePoint". I want to sent them to a Document library.

 

Are there dome kind of bits and pieces availble to get me in the right direction?

 

Thanks, Mike

4 Replies

  • paulpascha's avatar
    paulpascha
    Bronze Contributor

    I wrote a Windows Shell Extension once that added custom context menu items. This one was not targeting SharePoint but you could use this approach as a starting point. I've looked up the sample I used back in the days....

     

    https://www.codeproject.com/Articles/512956/NET-Shell-Extensions-Shell-Context-Menus

     

    I guess you could combine the example above with functionality provided in Office Dev PnP.

     

    Hope this helps!

Resources