Interface IAlert
SharePoint Alert definition
Assembly: PnP.Core.dll
Syntax
public interface IAlert : IDataModel<IAlert>, IDataModelParent, IDataModelWithContext, ISupportModules<IAlert>, IDataModelGet<IAlert>, IDataModelLoad<IAlert>
Properties
Declaration
AlertFrequency AlertFrequency { get; set; }
Property Value
Template name of the alert
Declaration
string AlertTemplateName { get; set; }
Property Value
Time to send out the alert (for alerts with frequency set to Weekly)
Declaration
DateTime AlertTime { get; set; }
Property Value
Declaration
AlertType AlertType { get; set; }
Property Value
A special property used to add an asterisk to a $select statement
Declaration
Property Value
Collection of alert properties
Declaration
IPropertyValues AllProperties { get; }
Property Value
Indicates if the alert should always be sent out
Declaration
bool AlwaysNotify { get; set; }
Property Value
Delivery channels for the alert
Declaration
AlertDeliveryMethod DeliveryChannels { get; set; }
Property Value
Declaration
AlertEventType EventType { get; set; }
Property Value
CAML filter applied for the alert
Declaration
string Filter { get; set; }
Property Value
Unique identifier of the alert
Declaration
Property Value
List item the alert is related to
Declaration
Property Value
ID of the item the alert is related to
Declaration
Property Value
List the alert is related to
Declaration
Property Value
ID of the list the alert is related to
Declaration
Guid ListId { get; set; }
Property Value
Server relativer URL of the list the alert is related to
Declaration
string ListUrl { get; set; }
Property Value
Declaration
AlertStatus Status { get; set; }
Property Value
Declaration
string Title { get; set; }
Property Value
User that will receive the alert
Declaration
ISharePointUser User { get; }
Property Value
Id of the user that will receive the alert
Declaration
Property Value
Extension Methods