SPWeb.ContentTypes property
SharePoint 2013
Gets the collection of content types for the website.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableAttribute] [ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)] public SPContentTypeCollection ContentTypes { get; }
Property value
Type: Microsoft.SharePoint.SPContentTypeCollectionAn SPContentTypeCollection object that represents the content types.
The ContentTypes property only returns the types that exist on the current website, 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 websites.