Table of Contents

Interface IAlertCollection

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Public interface to define a collection of Alert objects

public interface IAlertCollection : IQueryable<IAlert>, IQueryable, IAsyncEnumerable<IAlert>, IDataModelCollection<IAlert>, IEnumerable<IAlert>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IAlert>, IDataModelCollectionDeleteByGuidId, ISupportModules<IAlert>
Inherited Members
Extension Methods