SPAppCatalog members
Represents all of the SPAppInstance objects installed on an instance of Microsoft SharePoint Server. It provides querying capabilities for discovering installations.
The SPAppCatalog type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetAppInstance(SPWeb, SPApp) | Gets all the SPAppInstance objects installed at a given SPWeb. | |
GetAppInstance(SPWeb, Guid) | Gets all SPAppInstance objects using the given identifier returned by the CreateAppInstance method. | |
GetAppInstanceForAppWeb | Gets the app instance for a given web. | |
GetAppInstances | Gets all of the app instances installed at the specified web. | |
GetAppInstancesByProductId | Gets all of the app instances on the specified site with the specified product identifier. | |
GetDeveloperSiteAppInstancesByIds | Gets the app instances on the specified developer site with the specified app instance identifiers. | |
IsAppSideloadingEnabled | Indicates whether side loading of SharePoint apps is enabled on the site in context. | |
TryGetAppInstance | Gets an app instance using the identifier returned by the Install operation. |
Top