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