다음을 통해 공유


Alert.EventType Field

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

Namespace:  [Alerts Web service]
Web service reference: http://Site/_vti_bin/Alerts.asmx

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

Alerts Web Service