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