Table of Contents

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

IContentType

WebId

Gets a value that identifies the web that contains the changed content type.

Guid WebId { get; }

Property Value

Guid

See Also