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)

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