List Element (Upgrade)

Applies to: SharePoint Foundation 2010

Specifies how an existing list should be upgraded.

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

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

Lists

Occurrences

Minimum: 0

Maximum: Unbounded

Example

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