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
Public methodStatic member GetAppInstance(SPWeb, SPApp) Gets all the SPAppInstance objects installed at a given SPWeb.
Public methodStatic member GetAppInstance(SPWeb, Guid) Gets all SPAppInstance objects using the given identifier returned by the CreateAppInstance method.
Public methodStatic member GetAppInstanceForAppWeb Gets the app instance for a given web.
Public methodStatic member GetAppInstances Gets all of the app instances installed at the specified web.
Public methodStatic member GetAppInstancesByProductId Gets all of the app instances on the specified site with the specified product identifier.
Public methodStatic member GetDeveloperSiteAppInstancesByIds Gets the app instances on the specified developer site with the specified app instance identifiers.
Public methodStatic member IsAppSideloadingEnabled Indicates whether side loading of SharePoint apps is enabled on the site in context.
Public methodStatic member TryGetAppInstance Gets an app instance using the identifier returned by the Install operation.

Top

See also

Reference

SPAppCatalog class

Microsoft.SharePoint.Administration namespace