Свойство ListItem.Folder
Gets a folder object that is associated with a folder item.
Пространство имен: 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 Folder As Folder
Get
'Применение
Dim instance As ListItem
Dim value As Folder
value = instance.Folder
public Folder Folder { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.Folder
An Folder object that represents the folder if the item is a folder; otherwise пустая ссылка (Nothing в Visual Basic).