文件系统访问 Sharepoint 文档库 - 仅限批准的项目
我如何将 SharePoint (2007) 文档库同步到本地文件夹...但仅同步已设置内容审批的库中的“已批准”文档。
通过 Windows 资源管理器(即 WebDAV 链接)导航到它会公开所有文件,但我在文件系统中找不到任何已批准的指示。
Microsoft Office SharePoint Server 2007。客户端可以是 Windows Server 或 Windows 客户端操作系统(7、XP)
How could I synchronize as SharePoint (2007) document library to a local folder... but only the 'approved' documents in a library that has content approval set on.
Navigating to it through Windows Explorer (i.e. the WebDAV link) exposes all files, but i can't find any indication in the file system which are approved.
Microsoft Office SharePoint Server 2007. The client will either be Windows Server or a Windows client OS(7, XP)
Windows 资源管理器视图始终会向您显示所有文件,因此无法使其显示文件的子集。通过为使用 SharePoint Web 服务而编写的工具,您可以访问仅显示已批准文档的文档库视图,因此您只能下载视图中显示的文档。或者,您可以在文档库中查询已批准的项目并获取这些项目。
Windows Explorer view is always going to show you all the files so there isn't going to be a way to make it show a subset of the files. With a tool written to use the SharePoint web services you could access a document library view that only had approved documents showing so you could only download documents that showed up in the view. Alternatively you could query the document library for items that were approved and just grab those.