Interface IAlertCollection
Public interface to define a collection of Alert objects
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IAlertCollection : IQueryable<IAlert>, IQueryable, IAsyncEnumerable<IAlert>, IDataModelCollection<IAlert>, IEnumerable<IAlert>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IAlert>, IDataModelCollectionDeleteByGuidId, ISupportModules<IAlert>