Web.GetFileByUrl método
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Function GetFileByUrl ( _
fileUrl As String _
) As File
'Uso
Dim instance As Web
Dim fileUrl As String
Dim returnValue As File
returnValue = instance.GetFileByUrl(fileUrl)
public File GetFileByUrl(
string fileUrl
)
Parâmetros
- fileUrl
Tipo: System.String
Valor retornado
Tipo: Microsoft.SharePoint.Client.File