Here is the slide deck I used today @ SharePoint Saturday Houston:Happy Sharing! CSOM (Client Side Object Model). Explained @ SharePoint Saturday Houston from kapoorkunaal ......
As we all start working on apps with SharePoint 2013 it becomes very critical to know how permissions with apps work. Firstly, we need to know that both the app and the user need permissions to perform operations spec'd for the app. It wouldn't really matter if I was a Site Admin and tried to write to a list using an App if the app itself didn't have adequate permissions and vice versa. Basically the app is making a call into SharePoint by providing the OAuth access token. SharePoint sees that no ......
How do you localize apps?Using multiple languages in JavaScript code in SharePoint 2013 apps. Step 1: Add languages in AppManifest.xmlUpdate the .resx files, that are used to localize .xml definitions, while JavaScript files are used to localize text displayed on pages with HTML and JavaScript.Step 2: Add this code to HEAD part of your (app) page:<script type="text/javascript" src="../scripts/Resources.&... runat='server' text='<%$Resources:wss,l... ......