ContentTypes Element (DeploymentManifest)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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