Share via


Config Element (Upgrade)

Applies to: SharePoint Foundation 2010

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>

Attributes

Attribute

Description

xmlns

Specifies the Microsoft SharePoint Foundation 2010 Upgrade namespace: urn:Microsoft.SharePoint.Upgrade

Child Elements

WebTemplate

Parent Elements

None

Occurrences

Minimum: 0

Maximum: Unbounded

Remarks

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