SPListEvent.PropertiesBefore property

NOTE: This API is now obsolete.

Gets a collection of key-value pairs that represent the state of a document in a document library before the document was modified.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use V3 style events")> _
Public ReadOnly Property PropertiesBefore As Hashtable
    Get
'Usage
Dim instance As SPListEvent
Dim value As Hashtable

value = instance.PropertiesBefore
[ObsoleteAttribute("Use V3 style events")]
public Hashtable PropertiesBefore { get; }

Property value

Type: System.Collections.Hashtable
A Hashtable object that represents the state of the document before update.

See also

Reference

SPListEvent class

SPListEvent members

Microsoft.SharePoint namespace