SPListEvent.SinkData property

NOTE: This API is now obsolete.

Gets an arbitrary string of properties used by an event handler for a document library.

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

Syntax

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

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

Property value

Type: System.String
A string that contains the properties.

See also

Reference

SPListEvent class

SPListEvent members

Microsoft.SharePoint namespace