SharePoint2010:从沙盒中的库获取文件
如何从沙盒解决方案中的共享库获取文件。当我尝试这些代码时,它不起作用。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否确保将 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?