共用方式為


SPList.SendToLocationUrl property

取得或設定清單中的項目複製到另一個文件庫時所使用的 URL。

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

Syntax

'宣告
Public Property SendToLocationUrl As String
    Get
    Set
'用途
Dim instance As SPList
Dim value As String

value = instance.SendToLocationUrl

instance.SendToLocationUrl = value
public string SendToLocationUrl { get; set; }

Property value

Type: System.String
包含 URL 的字串。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace