Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个 IronPython 脚本,该脚本生成一个 xml 文件,其中包含站点的元数据及其拥有的文档库。我广泛使用 Microsoft.SharePoint dll。是否可以运行此脚本并生成托管在远程服务器中的站点的元数据。
不,如果您使用 SharePoint 对象模型并引用 SharePoint dll,则它需要在服务器上本地运行。为了访问远程 SharePoint 服务器,您必须改用 Web 服务界面。