How Search or get the documents in subfolders of Document library in SharePoint Option 1 Using CAML Query below CAML query used to filter Sites /SiteCollectionName/SubsiteName/DocumentLibraryName/Folder Name/SubFolderName/SubSubFolderName/SubSubSubFolderName Source https://sharepoint.stackexchange.com/questions/60495/caml-query-for-sub-folder-documents-javascript https://sharepoint.stackexchange.com/questions/59216/get-all-files-from-sub-folder-of-a-certain-content-type https://sharepoint.stackexchange.com/questions/215230/get-all-items-in-list-by-field-name-caml-query Option 2 Create a View which can point to SubFolder by changing the filter for the view using SharePoint Designer Source: https://www.tombenjamin.ca/blog/designer/view/using-caml-query-show-files-folder/ There is a thread on social.technet where someone asks how to “Create a we...
Comments
Post a Comment