SPListEvent.UrlBefore Property
NOTE: This API is now obsolete.
Gets the original site-relative URL of a document or folder before it was deleted, moved, or copied.
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 UrlBefore As String
Get
'Usage
Dim instance As SPListEvent
Dim value As String
value = instance.UrlBefore
[ObsoleteAttribute("Use V3 style events")]
public string UrlBefore { get; }
Property Value
Type: System.String
A string that contains the original site-relative URL.