Config element (Upgrade)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Specifies the top-level containing element for the upgrade definition.

<Config
  xmlns = "urn:Microsoft.SharePoint.Upgrade">
  <WebTemplate
    BeginFromSchemaVersion = "Integer"
    EndFromSchemaVersion = "Integer"
    FromProductVersion = "Integer"
    ID = "Integer"
    LocaleId = "Integer"
    RemoveSiteExternalSecurityProvider = "true | "false"
    ToSchemaVersion = "Integer"
    ...
  </WebTemplate>
</Config>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
xmlns
Specifies the Microsoft SharePoint Foundation 2010 Upgrade namespace: urn:Microsoft.SharePoint.Upgrade

Child elements

Parent elements

None

Occurrences

  • Minimum: 0
  • Maximum: Unbounded

Example

For an example of how this element is used, see Upgrade Definition schema.