Table of Contents

Interface IChangeView

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

Indicates a change to a IView object.

public interface IChangeView : IChange
Inherited Members

Properties

ListId

Gets a value that identifies the list that contains the changed view.

Guid ListId { get; }

Property Value

Guid

ViewId

Gets a value that identifies the changed view.

Guid ViewId { get; }

Property Value

Guid

WebId

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

Guid WebId { get; }

Property Value

Guid

See Also