如何在 SharePoint Services 的网站层次结构中隐藏文件夹
如何将 SharePoint Services 3.0 网站左侧的网站层次结构配置为不显示文件夹?
我们有数千个文件夹,加载页面需要很长时间!
谢谢
How do I configure the Site Hierarchy on the left hand side of a SharePoint Services 3.0 site to NOT show folders?
We have thousands of folders and it takes ages to load the page!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
转到“网站操作”、“网站设置”、“全部修改”。
在“外观和感觉”中,单击“树视图”。
在“树视图”中取消选中启用树视图。
Go to Site Actions, Site Settings, Modify All.
In 'Look and Feel' click on 'Tree View'.
In 'Tree View' uncheck Enable Tree View.
我假设您指的是快速启动栏。 如果没有,请给我留言,以便我更新答案。
简而言之,您想要从站点设置页面配置导航。 您可以快速进入并告诉它不要显示任何子站点。 有关详细说明,请查看此页面。
I'm going to assume you mean the Quick Launch bar. If not then just leave me a comment so I can update the answer.
In a nutshell you want to configure navigation from the site settings page. You an quickly go in and tell it to NOT display any child sites. For detail instructions checkout this page.
一种方法是使用 SPWeb.Navigation 类从快速启动栏中删除所有不需要的项目。 有关详细信息,请检查这些类:
http://msdn .microsoft.com/en-us/library/microsoft.sharepoint.navigation.spnavigation.aspx
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.navigation.spnavigation_members.aspx
祝你好运。
One way would be to use the SPWeb.Navigation class to remove all the undesired items from the quick launch bar. For more information check these classes:
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.navigation.spnavigation.aspx
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.navigation.spnavigation_members.aspx
Good luck.