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
ViewId
Gets a value that identifies the changed view.
Guid ViewId { get; }
Property Value
WebId
Gets a value that identifies the web that contains the changed view.
Guid WebId { get; }