SPList.SendToLocationUrl property
Gets or sets a URL to use when copying an item in the list to another document library.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SendToLocationUrl As String
Get
Set
'Usage
Dim instance As SPList
Dim value As String
value = instance.SendToLocationUrl
instance.SendToLocationUrl = value
public string SendToLocationUrl { get; set; }
Property value
Type: System.String
A string that contains the URL.