如何从 SiteContents 检索 Sharepoint 应用程序

How to retrieve Sharepoint Apps from SiteContents

我正在使用 Sharepoint.Client 库(使用上下文 - ClientContext,加载然后执行)从 SP.Web 中提取元数据。我能够获取一些细节,除了我最需要的那个:"APPS"。如何拉取安装在 SP 中的应用程序? REST API 部分有一个解决方案: https:///_api/web/webinfos?$filter=(WebTemplate eq "APP") 但我需要从我的客户端库中提取这些内容。

这里有一个参考 link:https://sharepoint.stackexchange.com/questions/70628/get-list-of-installed-apps-using-client-object-model

您可以完成此 link,它将帮助您使用客户端库 (CSOM) 获取 SharePoint 应用程序。

希望对您有所帮助。