访问远程共享点服务器
我编写了一个 IronPython 脚本,该脚本生成一个 xml 文件,其中包含站点的元数据及其拥有的文档库。我广泛使用 Microsoft.SharePoint dll。是否可以运行此脚本并生成远程服务器中托管的站点的元数据。
I have written an IronPython script that generates a xml file that contains the metadata of a site and the document libraries that it has. I use the Microsoft.SharePoint dll extensively. Is it possible to run this script and generate the metadata of a site that is hosted in a remote server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以,如果您使用 SharePoint 对象模型并引用 SharePoint dll,则它需要在服务器上本地运行。
为了访问远程 SharePoint 服务器,您必须使用 Web 服务界面。
No, if you are using the SharePoint Object Model and reference the SharePoint dll, it needs to run locally on the server.
In order to access remote SharePoint server, you will have to use the Web Services interface instead.