Timeline for How to get all the files from specific sharepoint folders and subfolders using CSOM
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 20, 2018 at 12:10 | comment | added | girish | I am able to get all files from all the folders and subfolders. But I need only files which has modified or created yesterday. Tried the CAML query camlQuery.ViewXml = "<View Scope='Recursive'><Query><Where><Eq><FieldRef Name = 'Modified'/><Value Type = 'DateTime'> <Today OffsetDays='-1'/></Value ></Eq></Where></Query></View>"; But no hope . | |
| Jun 8, 2018 at 2:00 | comment | added | imp. MSFT | Check this article: sharepoint.stackexchange.com/questions/211165/… | |
| Jun 7, 2018 at 14:19 | comment | added | girish | Thanks for your response. Above code will work for all the folders in the library not the subfolders. | |
| S Jun 7, 2018 at 8:12 | history | suggested | helb | CC BY-SA 4.0 |
fixed code formatting
|
| Jun 7, 2018 at 8:08 | review | Suggested edits | |||
| S Jun 7, 2018 at 8:12 | |||||
| Jun 7, 2018 at 7:57 | history | answered | imp. MSFT | CC BY-SA 4.0 |