SPList.SendToLocationName Property

Gets or sets a file name 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 SendToLocationName As String
    Get
    Set
'Usage
Dim instance As SPList
Dim value As String

value = instance.SendToLocationName

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

Property Value

Type: System.String
A string that contains the file name.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace