List element (Upgrade)

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

Specifies how an existing list should be upgraded.

<List
  FromTemplateId = "Integer"
  ToFeatureId = "GUID"
  v3Type = "Integer">
</List>

Elements and attributes

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

Attributes

Attribute Description
FromTemplateId
Required Integer. Specifies the list definition to be upgraded.
ToFeatureId
Required GUID. Specifies the identifier (ID) of the content type feature to which the old list definition is upgraded.
v3Type
Required Integer. Specifies the content type ID to which the old list definition is upgraded. Example: v3Type="0x0104

Child elements

None

Parent elements

Occurrences

  • Minimum: 0
  • Maximum: Unbounded

Example

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