Web.GetFileByLinkingUrl method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetFileByLinkingUrl ( _
linkingUrl As String _
) As File
'Usage
Dim instance As Web
Dim linkingUrl As String
Dim returnValue As File
returnValue = instance.GetFileByLinkingUrl(linkingUrl)
public File GetFileByLinkingUrl(
string linkingUrl
)
Parameters
- linkingUrl
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.File