SharePoint JSOM Nested Include Properties

Hi All,

Sometimes we need to get properties which are nested inside of Listitem and we wonder will it be feasible to make multiple queries for the same.
So this scenarios usually occurs when you have to get a set of listitems which are folder and we need to get folder properties of the folder. So you can query it using below method. Just add the sub properties in Include tag


Comments

Popular posts from this blog

Install Node.js without admin rights

Create a lean React Solution using Typescript

Replace all occurence of String in JavaScript