Interface IContentTypeId
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Public interface to define a Content Type Id object
public interface IContentTypeId : IDataModel<IContentTypeId>, IDataModelParent, IDataModelWithContext, ISupportModules<IContentTypeId>
- Inherited Members
- Extension Methods
Properties
StringValue
The unique ID of the Content Type as string
string StringValue { get; }