SPList.SendToLocationUrl - Propriété
Gets or sets a URL 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 SendToLocationUrl As String
Get
Set
'Utilisation
Dim instance As SPList
Dim value As String
value = instance.SendToLocationUrl
instance.SendToLocationUrl = value
public string SendToLocationUrl { get; set; }
Valeur de propriété
Type : System.String
A string that contains the URL.