Web.GetFileByGuestUrl 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 GetFileByGuestUrl ( _
guestUrl As String _
) As File
'Uso
Dim instance As Web
Dim guestUrl As String
Dim returnValue As File
returnValue = instance.GetFileByGuestUrl(guestUrl)
public File GetFileByGuestUrl(
string guestUrl
)
Parâmetros
- guestUrl
Tipo: System.String
Valor retornado
Tipo: Microsoft.SharePoint.Client.File