Web.GetFileByUrl - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetFileByUrl ( _
fileUrl As String _
) As File
'Utilisation
Dim instance As Web
Dim fileUrl As String
Dim returnValue As File
returnValue = instance.GetFileByUrl(fileUrl)
public File GetFileByUrl(
string fileUrl
)
Paramètres
- fileUrl
Type : System.String
Valeur renvoyée
Type : Microsoft.SharePoint.Client.File