Share via


ContentTypes Element (DeploymentManifest)

Applies to: SharePoint Foundation 2010

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

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

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

Type

SPContentTypeCollection

Attributes

Attribute

Type

Description

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

Reference

ContentType Element (DeploymentManifest)

SPContentType

SPContentTypeCollection

Concepts

DeploymentManifest Schema