访问远程共享点服务器

发布于 2024-08-02 14:42:57 字数 121 浏览 7 评论 0原文

我编写了一个 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 技术交流群。

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

发布评论

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

评论(1

多孤肩上扛 2024-08-09 14:42:57

不可以,如果您使用 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.

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