Custom Picture Library in SharePoint Hosted App
This post will go over adding a custom picture library to a SharePoint Hosted app.
This post will go over adding a custom picture library to a SharePoint Hosted app.
When developing app parts, you want to focus on the main content of the page. Instead of using css and js to hide the ribbon and other parts of the page, I wanted to figure out the minimum required to use JSOM or interact with the REST API. I believe the code example below has the minimum. Please add a comment if this doesn’t work for you, or if I missed anything.
In this post, I’ll give step-by-step instructions of including TypeScript in Visual Studio. This will be a pre-req for my next post of using NPM in a SharePoint Hosted App (Add-In).