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 | |
---|---|---|
![]() |
AssetId | Gets the identifier of the app used by the marketplace. |
![]() |
ContentMarket | Gets the culture that the app acquirer was using to browse the marketplace at the time the app was acquired. |
![]() |
DefaultImageUrl | |
![]() |
ProductId | Gets the globally unique identifier (GUID) of this app across versions. |
![]() |
Source | Gets information about where the app originated. |
![]() |
SourceState | Gets the current state of the app in the app source. |
![]() |
VersionString | Gets the version of the app as specified in its manifest. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateAppInstance(SPWeb) | Creates an instance of an app at the site specified by the web parameter. |
![]() |
CreateAppInstance(SPWeb, CultureInfo) | Creates an instance of this app for the specified web site and culture. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top