将文档存储在文件系统中而不是 SharePoint 文档库中的数据库中

发布于 2024-08-02 19:15:34 字数 46 浏览 1 评论 0原文

在SharePoint文档库中,有没有办法将文档存储在文件系统而不是数据库上?

In a SharePoint document library, is there any way to store the documents on the file system instead of the database?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

十二 2024-08-09 19:15:35

SharePoint 文档库中的文档将始终托管在数据库中。也就是说,您可以使用 UNC 路径访问这些文件,该路径掩盖了它们存储在数据库中的事实。

\\url\sites\yoursite\folder\

您还可以编写一个自定义解决方案(工作流程?),将文件添加到文档库后将其复制到标准文件系统中。

Documents in a SharePoint document library will always be hosted in the database. That said, you can access the files with a UNC path that masks the fact that they are stored in the database.

\\url\sites\yoursite\folder\

You could also write a custom solution (workflow?) that copies the files into a standard file system once they are added to a document library.

山有枢 2024-08-09 19:15:34

You can make SharePoint store its documents outside the DB using the SharePoint External Storage API. In other words, this isn't some functionality accessible through the SharePoint interface, but the system does offer a way of building it yourself. There are third party providers like StoragePoint that will do the job for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文