Свойство ListItem.FileSystemObjectType
Gets a value that specifies whether the list item is a file or a list folder.
Пространство имен: 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 FileSystemObjectType As FileSystemObjectType
Get
'Применение
Dim instance As ListItem
Dim value As FileSystemObjectType
value = instance.FileSystemObjectType
public FileSystemObjectType FileSystemObjectType { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.FileSystemObjectType
Returns a FileSystemObjectType.instance.representing whether the list item is a file or a list folder.
Замечания
It must be one of the following values: File or Folder.