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