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