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