SPAppDisplayData members
Represents the data needed for a SharePoint feature to be displayed as a SharePoint app in the store front.
The SPAppDisplayData type exposes the following members.
Properties
Name | Description | |
---|---|---|
LaunchUrl | Gets the launch URL of the feature to be displayed as a SharePoint app. | |
ShowInStoreFront | Gets whether this feature is to be shown in the store front as a SharePoint app. | |
ThumbnailUrl | Gets the URL of the image that is shown in the store front as a thumbnail of the feature to be displayed as a SharePoint app. |
Top
Methods
Name | Description | |
---|---|---|
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