SPListItem.ContentTypeId property
Obtém o identificador do tipo de conteúdo que é associado a esse item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property ContentTypeId As SPContentTypeId
Get
'Uso
Dim instance As SPListItem
Dim value As SPContentTypeId
value = instance.ContentTypeId
public SPContentTypeId ContentTypeId { get; }
Property value
Type: Microsoft.SharePoint.SPContentTypeId
O identificador de tipo de conteúdo.