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