Метод FolderCollection.GetByUrl
Пространство имен: 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 GetByUrl ( _
url As String _
) As Folder
'Применение
Dim instance As FolderCollection
Dim url As String
Dim returnValue As Folder
returnValue = instance.GetByUrl(url)
public Folder GetByUrl(
string url
)
Параметры
- url
Тип: System.String
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.Folder