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
Attributes
Attribute |
Type |
Description |
---|---|---|
None |
Child Elements
None |
Parent Elements
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)