是否可以通过功能激活来部署 SharePoint 解决方案 (WSP)?

发布于 2024-10-25 08:02:04 字数 127 浏览 1 评论 0原文

在我看来,这在 SharePoint 中似乎是一项艰巨的任务,但是否可以通过 SharePoint 功能部署 WSP。例如,如果我们激活某个功能,则应在 SharePoint 场上部署一些特定的 SharePoint 解决方案 (WSP)。

this seems to me an uphill task in SharePoint but is it possible to deploy the WSPs via SharePoint features. For instance, if we activate a certain feature then some specific SharePoint solutions (WSPs) should be deployed on SharePoint farm.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

三岁铭 2024-11-01 08:02:04

是的。

您需要通过 SPFarm.Solutions 获取对解决方案对象本身的引用。

获得 SPSolution 对象后,调用 Deploy (SPSolution.Deploy()) 来部署它。

SPSolutionCollection(由 SPFarm.Solutions 返回):http:// msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.spsolutioncollection_members.aspx

SPSolution 成员:http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.spsolution_members.aspx

Yes.

You need to get a reference to the solution object itself via SPFarm.Solutions.

Once you have the SPSolution object, call Deploy (SPSolution.Deploy()) to deploy it.

SPSolutionCollection (returned by SPFarm.Solutions): http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.spsolutioncollection_members.aspx

SPSolution Members: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.spsolution_members.aspx

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