TITcs.SharePoint.Libs by Stiven F. Câmara

<PackageReference Include="TITcs.SharePoint.Libs" Version="1.0.0" />

.NET API 60,016,200 bytes

 SPAlert

public sealed class SPAlert
public SPAlertFrequency AlertFrequency { get; set; }

public SPAlertTemplate AlertTemplate { get; set; }

public string AlertTemplateName { get; }

public DateTime AlertTime { get; set; }

public SPAlertType AlertType { get; set; }

public bool AlwaysNotify { get; set; }

public string DynamicRecipient { get; set; }

public SPEventType EventType { get; set; }

public int EventTypeBitmask { get; set; }

public string Filter { get; set; }

public Guid ID { get; }

public SPListItem Item { get; set; }

public int ItemID { get; }

public SPList List { get; set; }

public Guid ListID { get; }

public string ListUrl { get; }

public Guid MatchId { get; set; }

public SPPropertyBag Properties { get; }

public SPAlertStatus Status { get; set; }

public string Title { get; set; }

public SPUser User { get; set; }

public int UserId { get; }

public void Update()

public void Update(bool bSendMail)