SPList.SendToLocationName - Propriété
Gets or sets a file name to use when copying an item in the list to another document library.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property SendToLocationName As String
Get
Set
'Utilisation
Dim instance As SPList
Dim value As String
value = instance.SendToLocationName
instance.SendToLocationName = value
public string SendToLocationName { get; set; }
Valeur de propriété
Type : System.String
A string that contains the file name.