Table of Contents

Interface IChangeFile

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

Indicates a change to a IFile object.

public interface IChangeFile : IChange
Inherited Members

Properties

UniqueId

Gets a value that identifies the changed file.

Guid UniqueId { get; }

Property Value

Guid

WebId

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

Guid WebId { get; }

Property Value

Guid

See Also