本文介绍了在sharepoint自定义webpart中显示folderwise列表项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个包含一些文件夹的文档库,每个文件夹都有一些项目。现在我想在自定义webpart中显示列表的详细信息。 webpart的结构应该是:



FOLDER1



ChildItem11



ChildItem12



ChildItem13



FOLDER2



ChildItem21



ChildItem22



ChildItem23



依旧...



我应该使用哪种控件来满足我的要求。请分享是否有任何想法。在此先感谢...

I have a Document library having some folders and each folder have some items. Now I want to display the details of the list in a custom webpart. The structure of the webpart should be like:

FOLDER1

ChildItem11

ChildItem12

ChildItem13

FOLDER2

ChildItem21

ChildItem22

ChildItem23

And so on...

Which control should I use to display meet my requirement. Please share if any idea. Thanks in advance...

推荐答案


这篇关于在sharepoint自定义webpart中显示folderwise列表项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 18:42