Expand Minimize
This topic has not yet been rated - Rate this topic

SPWeb.ContentTypes Property

Windows SharePoint Services 3
Gets the collection of content types for the Web site.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
public SPContentTypeCollection ContentTypes { get; }

Property Value

An SPContentTypeCollection object that represents the content types.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.