SPWeb.ContentTypes Property

Gets the collection of content types for the Web site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public ReadOnly Property ContentTypes As SPContentTypeCollection
    Get

Dim instance As SPWeb
Dim value As SPContentTypeCollection

value = instance.ContentTypes
public SPContentTypeCollection ContentTypes { get; }

Property Value

Type: Microsoft.SharePoint.SPContentTypeCollection
An SPContentTypeCollection object that represents the content types.

Remarks

The ContentTypes property returns only the content types that exist on the current Web site, not all content types in the current scope. Use the AvailableContentTypes property to return all content types in the current scope, including those of any parent Web sites.

When you add a content type to this collection, you make it available to lists in the current Web site and in any child Web sites.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace

AvailableContentTypes

Add