Expand Minimize
This topic has not yet been rated - Rate this topic

SPAppSource enumeration

SharePoint 2013

Represents "where the App package came from". This is useful, for example, in checking for updates.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public enum SPAppSource
Member nameDescription
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
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.