Interface IChangeView
Indicates a change to a IView object.
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IChangeView : IChange
Indicates a change to a IView object.
public interface IChangeView : IChange
Gets a value that identifies the list that contains the changed view.
Guid ListId { get; }
Guid
|
Gets a value that identifies the changed view.
Guid ViewId { get; }
Guid
|
Gets a value that identifies the web that contains the changed view.
Guid WebId { get; }
Guid
|