Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of an event that occurs in a document library.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPListEventType
Dim instance As SPListEventType
public enum SPListEventType
Members
| Member name | Description | |
|---|---|---|
| Invalid | Unused. | |
| Insert | A new document is saved to the library. | |
| Update | A document in the library is edited. | |
| Delete | A document in the library is deleted. | |
| Move | A document is moved or renamed in the library. | |
| Copy | 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 | A document is checked into the library. | |
| CheckOut | A document is checked out from the library. | |
| UncheckOut | The check-out of a document is undone. |