gpt4 book ai didi

sharepoint - 从Delphi访问SharePoint对象

转载 作者:行者123 更新时间:2023-12-03 19:23:21 28 4
gpt4 key购买 nike

我们需要从Delphi中读写SharePoint中的对象,例如SharePoint中的约会(事件),什么是最好/最简单的方法?任何建议表示赞赏!谢谢。

最佳答案

如果您能够在Delphi中使用.NET引用,并且可以在SharePoint服务器上进行开发,请使用SharePoint Object Model。这是使用SharePoint的最强大的方法。添加对C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ISAPI\Microsoft.SharePoint.dll的引用。对象模型有其痛点要注意,但是在某些领域可能会有陡峭的学习曲线。请注意,如果采用这种方法,则需要处理部分不受管理的对象,例如SPSite和SPWeb。

或者使用SharePoint web services。一旦语法正确,它们就非常简单并且可以很好地工作。如果您的代码无法部署到SharePoint服务器,那么它们是您唯一的选择。缺点是与对象模型相比,它们的功能大大减少了。当然,您迟早会遇到这种情况,因此,如果可能的话,我建议您从对象模型开始。

关于sharepoint - 从Delphi访问SharePoint对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1085475/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com