Alert Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Alert", ServerTypeId="{004daa6c-acc5-48fc-877a-2604a2cb3358}")]
public sealed class Alert : Microsoft.SharePoint.Client.ClientObject
type Alert = class
    inherit ClientObject
Public NotInheritable Class Alert
Inherits ClientObject
Inheritance
Attributes

Constructors

Alert(ClientRuntimeContext, ObjectPath)

Properties

AlertFrequency
AlertTemplateName
AlertTime
AlertType
AllProperties
AlwaysNotify
Context (Inherited from ClientObject)
DeliveryChannels
EventType
Filter
ID
Item
ItemID
List
ListID
ListUrl
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
Properties
ServerObjectIsNull (Inherited from ClientObject)
Status
Tag (Inherited from ClientObject)
Title
TypedObject (Inherited from ClientObject)
User
UserId

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientObject)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
UpdateAlert()
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to