SPListEventType Enumeration

NOTE: This API is now obsolete.

Specifies the type of an event that occurs in a document library.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("Use V3 style events")> _
Public Enumeration SPListEventType
'Usage
Dim instance As SPListEventType
[ObsoleteAttribute("Use V3 style events")]
public enum SPListEventType

Members

Member name Description
Invalid Obsolete. Unused.
Insert Obsolete. A new document is saved to the library.
Update Obsolete. A document in the library is edited.
Delete Obsolete. A document in the library is deleted.
Move Obsolete. A document is moved or renamed in the library.
Copy Obsolete. A document is copied within the document library. If a document is copied to a location outside the document library, a Delete event occurs.
CheckIn Obsolete. A document is checked into the library.
CheckOut Obsolete. A document is checked out from the library.
UncheckOut Obsolete. The check-out of a document is undone.

See Also

Reference

Microsoft.SharePoint Namespace