ListItem.FileSystemObjectType Property

Gets a value that specifies whether the list item is a file or a list folder.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property FileSystemObjectType As FileSystemObjectType
    Get
'Usage
Dim instance As ListItem
Dim value As FileSystemObjectType

value = instance.FileSystemObjectType
[RemoteAttribute]
public FileSystemObjectType FileSystemObjectType { get; }

Property Value

Type: Microsoft.SharePoint.Client.FileSystemObjectType
Returns a FileSystemObjectType.instance.representing whether the list item is a file or a list folder.

Remarks

It must be one of the following values: File or Folder.

See Also

Reference

ListItem Class

ListItem Members

Microsoft.SharePoint.Client Namespace