SPAppSource enumeration
SharePoint 2013
Represents "where the App package came from". This is useful, for example, in checking for updates.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| InvalidSource | This value indicates an internal product error, and should not occur in usage. | |
| Marketplace | Indicates that the App was installed off the Marketplace. | |
| CorporateCatalog | Indicates that the App came from the corporate gallery. | |
| DeveloperSite | Indicates that the App came from the Developer Site. | |
| ObjectModel | Indicates that the App was loaded via OM | |
| RemoteObjectModel | Indicates that the App was uploaded via CSOM |