Table of Contents

Interface IChangeField

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Indicates a change to a IField object.

public interface IChangeField : IChange
Inherited Members

Properties

FieldId

Gets a value that identifies the changed field.

Guid FieldId { get; }

Property Value

Guid

WebId

Gets a value that identifies the web that contains the changed field.

Guid WebId { get; }

Property Value

Guid

See Also