Метод Web.GetFileByGuestUrl
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Function GetFileByGuestUrl ( _
guestUrl As String _
) As File
'Применение
Dim instance As Web
Dim guestUrl As String
Dim returnValue As File
returnValue = instance.GetFileByGuestUrl(guestUrl)
public File GetFileByGuestUrl(
string guestUrl
)
Параметры
- guestUrl
Тип: System.String
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.File