Alerts class

Provides methods for working with alerts for list items in a SharePoint site.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcAlerts.Alerts

Namespace:  WebSvcAlerts
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "AlertsSoap", Namespace := "https://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/")> _
Public Class Alerts _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As Alerts
[WebServiceBindingAttribute(Name = "AlertsSoap", Namespace = "https://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/")]
public class Alerts : SoapHttpClientProtocol

Remarks

To access the Alerts service and its methods, set a Web reference to https://Server_Name/[sites/][Site_Name/]_vti_bin/Alerts.asmx.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

Alerts members

WebSvcAlerts namespace