Sharepoint: How do I filter a document library view to show the contents of a subfolder?

前端 未结 9 1442
迷失自我
迷失自我 2021-01-01 18:59

A number of business areas I work with use a folder structure to organise their Sharepoint housed documents (not ideal I know, but we\'re stuck with it).

I would l

9条回答
  •  被撕碎了的回忆
    2021-01-01 19:50

    You can also get a direct link to a view within a folder by using "TreeValue", "TreeField" and "RootFolder".

    Example:

    http://sharepoint/Docs/YourLibrary/Forms/YourView.aspx?RootFolder=MyFolder&TreeField=Folders&TreeValue=MyFolder
    

    To further explain: I have a SharePoint site, with a docs library called YourLibrary. I have a folder called MyFolder. I created a view that can be used at any level of that Library structure with a URL path of YourView.aspx Using that link, it will take me to the view I created, with all the filters and styles, but only show the results that would occur in the contents of that folder in RootFolder and TreeValue.

提交回复
热议问题