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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace