SPListEvent Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Represents an event that occurs within a document library. This class is maintained for backward-compatibility with event handling in Windows SharePoint Services 2.0.
The SPListEvent type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ListID | Obsolete. Gets the GUID of the document library in which the event occurred. |
![]() |
PropertiesAfter | Obsolete. Gets a collection of key-value pairs that represent the state of a document in a document library after the document was modified. |
![]() |
PropertiesBefore | Obsolete. Gets a collection of key-value pairs that represent the state of a document in a document library before the document was modified. |
![]() |
SinkData | Obsolete. Gets an arbitrary string of properties used by an event handler for a document library. |
![]() |
Site | Obsolete. Gets the parent site of the list in which the event occurs. |
![]() |
Title | Obsolete. Gets the title of the document library in which the event occurs. |
![]() |
Type | Obsolete. Gets the type of an event that occurs in a document library. |
![]() |
UrlAfter | Obsolete. Gets the new site-relative URL of a document or folder after any event except deletion has occurred. |
![]() |
UrlBefore | Obsolete. Gets the original site-relative URL of a document or folder before it was deleted, moved, or copied. |
![]() |
UserDisplayName | Obsolete. Gets the display name of the user whose action triggers the event. |
![]() |
UserID | Obsolete. Gets the ID of the user whose action triggered the event. |
![]() |
UserLoginName | Obsolete. Gets the user name of the user whose action triggered the event. |
![]() |
WebUrl | Obsolete. Gets the absolute URL of the site in which the event occurred. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Obsolete. Releases all unmanaged resources used by the list event. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
LoadHandler | Obsolete. This type or member supports Microsoft Windows SharePoint Services and is not intended to be used directly from your code. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top