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