Свойство List.RootFolder
Gets the root folder that contains the files in the list and any related files.
Пространство имен: 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 ReadOnly Property RootFolder As Folder
Get
'Применение
Dim instance As List
Dim value As Folder
value = instance.RootFolder
public Folder RootFolder { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.Folder
A Folder object that represents the root folder.
Замечания
It must not be пустая ссылка (Nothing в Visual Basic).