SPApp members

Represents an app loaded onto Microsoft SharePoint Server and ready to be installed.

The SPApp type exposes the following members.

Properties

  Name Description
Public property AssetId Gets the identifier of the app used by the marketplace.
Public property ContentMarket Gets the culture that the app acquirer was using to browse the marketplace at the time the app was acquired.
Public property DefaultImageUrl
Public property ProductId Gets the globally unique identifier (GUID) of this app across versions.
Public property Source Gets information about where the app originated.
Public property SourceState Gets the current state of the app in the app source.
Public property VersionString Gets the version of the app as specified in its manifest.

Top

Methods

  Name Description
Public method CreateAppInstance(SPWeb) Creates an instance of an app at the site specified by the web parameter.
Public method CreateAppInstance(SPWeb, CultureInfo) Creates an instance of this app for the specified web site and culture.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPApp class

Microsoft.SharePoint.Administration namespace