Interface IChangeContentType
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Indicates a change to a IContentType object.
public interface IChangeContentType : IChange
- Inherited Members
Properties
ContentTypeId
Gets a value that identifies the changed content type.
IContentType ContentTypeId { get; }
Property Value
WebId
Gets a value that identifies the web that contains the changed content type.
Guid WebId { get; }