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