Alert.EventType field

A string indicating the type of event that caused the alert subscription to generate a notification.

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

Syntax

'Declaration
Public EventType As String
'Usage
Dim instance As Alert
Dim value As String

value = instance.EventType

instance.EventType = value
public string EventType

Remarks

This must be a value from the following table.

Value

Description

Add

Triggered when a new item is added.

Modify

Triggered when an item is modified.

Delete

Triggered when an item is deleted.

Discussion

Not used.

All

Triggered when any of the previous values would be triggered.

See also

Reference

Alert structure

Alert members

WebSvcAlerts namespace