SPContentTypeCollection.Item property (SPContentTypeId)
Gets the content type that has the specified content type identifier (ID).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
id As SPContentTypeId _
) As SPContentType
Get
'Usage
Dim instance As SPContentTypeCollection
Dim id As SPContentTypeId
Dim value As SPContentType
value = instance(id)
public SPContentType this[
SPContentTypeId id
] { get; }
Parameters
id
Type: Microsoft.SharePoint.SPContentTypeIdThe content type ID of the content type.
Property value
Type: Microsoft.SharePoint.SPContentType
An SPContentType that represents the specified content type.
See also
Reference
SPContentTypeCollection members
Microsoft.SharePoint namespace