SharePoint,如何以编程方式确定 SPWeb 的存储大小?
不是网站集本身,而是各个 SPWeb 的网站集。
Not of the site collection itself, but the individual SPWeb's.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
不是网站集本身,而是各个 SPWeb 的网站集。
Not of the site collection itself, but the individual SPWeb's.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您应该看看 Alexander Meijers 的这篇博客文章:基于其文件夹和文件的 SPWeb 大小
它提供了一种通过迭代其内容来查找 SPWeb 或 SPFolder 大小的巧妙方法。
You should take a look at this blog entry by Alexander Meijers : Size of SPWeb based on its Folders and Files
It provides a clever way of finding the size of an SPWeb or SPFolder by iterating through his content.
对于任何回到这个问题的人,这里是缺少的方法:
For anyone who comes back to this question, here is the missing method: