ContentTypes element (DeploymentManifest)

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

Represents a container, or collection, of Windows SharePoint Services 3.0 content type specifications for list items.

Definition

DECLARATION
<xs:element name="ContentTypes" type="SPContentTypeCollection" minOccurs="0" maxOccurs="1" />

USAGE
<List>
   <ContentTypes />
</List>

Type

SPContentTypeCollection

Elements and attributes

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

Attributes

None

Child elements

None

Parent elements

List element (DeploymentManifest)

Remarks

The collections represented by the ContentTypes element are of object instances represented by the ContentType element (DeploymentManifest) element.

See also