Table of Contents

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

Guid

WebId

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

Guid WebId { get; }

Property Value

Guid

See Also