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)
Available in Sandboxed Solutions: No

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