SPItemEventProperties.BeforeUrl property

Gets the URL of the item before the event occurred.

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

Syntax

'Declaration
Public ReadOnly Property BeforeUrl As String
    Get
'Usage
Dim instance As SPItemEventProperties
Dim value As String

value = instance.BeforeUrl
public string BeforeUrl { get; }

Property value

Type: System.String
A string that contains the URL of the item before the event occurred.

See also

Reference

SPItemEventProperties class

SPItemEventProperties members

Microsoft.SharePoint namespace