问题描述
大家好,
我正在自定义SharePoint门户.它是通过使用SharePoint 2016 Foundation创建的.我已经创建了文档库以及一些文件夹.我只能在左侧树视图中看到文档库名称.文件夹未显示在 树视图.我如何在Treeview中制作文件夹层次结构.我需要使文件夹层次结构如下图所示.
I am customising my SharePoint portal. It has been created by using SharePoint 2016 Foundation. I have created document library and along with some folders. I could see only document library name at left side tree view. The folders are not showing in the tree view. How could i make the folder hierarchy in Treeview. I need to make the folder hierarchy as given below image.
感谢&问候
Poomani Sankaran
Poomani Sankaran
推荐答案
要在文档库中获取文件夹和文件,
To get Folders and Files inside document library,
以下链接:https://social.msdn.microsoft.com/Forums/office/en-US/ff1acdd9-1e1d-4aff-bf5b-234675778596/fetch-all-files-from-subfolder?forum =共享点开发
follow link : https://social.msdn.microsoft.com/Forums/office/en-US/ff1acdd9-1e1d-4aff-bf5b-234675778596/fetch-all-files-from-subfolder?forum=sharepointdevelopment
这篇关于Treeview不显示“文档库"文件夹和子文件夹层次结构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!