Create a nested folder structure inside SharePoint with CSOM
Today I searched for a quick code sample to create a nested folder structure inside a SharePoint library with CSOM. Unfortunately I could not find one so created one myself. […]
Today I searched for a quick code sample to create a nested folder structure inside a SharePoint library with CSOM. Unfortunately I could not find one so created one myself. […]
When creating Sharepoint Site Collections through CSOM and providing the LCID, the Site Collection is not being created. Instead a wrong error message is thrown saying: SiteCreationProperties.Template\r\nParameter name: Specified value […]
This week we noticed strange behaviour when using unique permissions on a SharePoint 2013 DropOff Library with Content Routing Rules. We wanted to bypass the Content Routing for some users, […]
On a project we want the user to select a Content Type from a list of 70 possible values. With the out-of-the-box approach, the ContentType dropdown would become very large. […]
Ever noticed when “playing” with SharePoint 2013 JSLink (CSR) to modify an EditForm / DisplayForm / … that it only works the first time? => Try de-activating the Minimum download […]