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
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
Post a Comment