Interface IContentTypeInfo
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
The contentTypeInfo resource indicates the SharePoint content type of an item.
public interface IContentTypeInfo : IDataModel<IContentTypeInfo>, IDataModelParent, IDataModelWithContext, ISupportModules<IContentTypeInfo>
- Inherited Members
- Extension Methods
Properties
Id
The id of the content type.
string Id { get; set; }
Property Value
Name
The name of the content type.
string Name { get; set; }