SPListEvent.UrlAfter property

NOTE: This API is now obsolete.

Gets the new site-relative URL of a document or folder after any event except deletion has occurred.

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

Syntax

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

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

Property value

Type: System.String
A string that contains the new site-relative URL.

See also

Reference

SPListEvent class

SPListEvent members

Microsoft.SharePoint namespace