Table of Contents

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

Guid

WebId

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

Guid WebId { get; }

Property Value

Guid

See Also