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