共用方式為


SPListEvent.UrlBefore property

NOTE: This API is now obsolete.

取得原始站台相對 URL 的文件或資料夾之前就被刪除、 移動或複製。

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

Syntax

'宣告
<ObsoleteAttribute("Use V3 style events")> _
Public ReadOnly Property UrlBefore As String
    Get
'用途
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
字串,包含原始站台相對 URL。

請參閱

參照

SPListEvent class

SPListEvent members

Microsoft.SharePoint namespace