SharePoint2010:从沙盒中的库获取文件

发布于 2024-11-05 03:26:06 字数 167 浏览 0 评论 0原文

如何从沙盒解决方案中的共享库获取文件。当我尝试这些代码时,它不起作用。

string documentLibrary = "共享文档"; SPSite 站点 = new SPSite("http://win-5g8rm9qpjrp");

有没有其他方式或任何类型的答案来获取文件。谢谢。

How to get Files from Shared Library in Sandbox solutions. When I try these code, it does not work.

string documentLibrary = "Shared Documents";
SPSite site = new SPSite("http://win-5g8rm9qpjrp");

Is there any other way or any kind of answer for getting documents. Thanks.

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

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

发布评论

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

评论(1

沉默的熊 2024-11-12 03:26:06

您是否确保将 Visual Studio 2010 项目信任级别设置为“部署为沙盒解决方案”?这是您首次设置项目时获得的选项。

当你说“这不起作用”时。怎么了?有错误吗?

Have you ensured your Visual Studio 2010 project trust level is set to "Deploy as sandboxed solution"? This is from the options you get when you first setup your project.

When you say "it does not work". What is happening? Is there an error?

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