Properties element (AppDefinition complexType)

(SharePoint Add-in Manifest)

Applies to: SharePoint Add-ins | SharePoint Foundation 2013 | SharePoint Server 2013

Contains information that is global to the add-in.

Note

The string app appears as part of or all of some element, attribute, and file names because SharePoint Add-ins were originally called "apps for SharePoint." To ensure backward compatibility, the schemas have not been changed.

Element information

Resource File
Element type PropertiesDefinition
Namespace http://schemas.microsoft.com/sharepoint/2012/app/manifest
Schema file appmanifest.xsd

Definition

    <xs:element name="Properties"  type="PropertiesDefinition"  minOccurs="1"  maxOccurs="1">
         </xs:element>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

Element

Type

Description

App

AppDefinition

The top level node of a SharePoint Add-in Manifest.


Child elements

Element

Type

Description

InstalledEventEndpoint

UrlElementDefinition

The Url of the installed event receiver endpoint.

StartPage

UrlElementDefinition

The Url of the page visited when the SharePoint Add-in is launched.

SupportedLanguages

SupportedLanguagesDefinition

Do not use. This element is obsolete.

Title

TitleDefinition

The friendly title of the SharePoint Add-in. This appears in the SharePoint and SharePoint Add-in store UI.

UninstallingEventEndpoint

UrlElementDefinition

The Url of the uninstalling event receiver endpoint.

UpgradedEventEndpoint

UrlElementDefinition

The Url of the upgraded event receiver endpoint.

WebTemplate

WebTemplateDefinition

The web template to use when creating an add-in web.

SettingsPage

UrlElementDefinition

For future use. This element currently has no function.

SupportedLocales

SupportedLocalesDefinition

List of locales that this add-in supports.


Attributes

None.