ListItem.FileSystemObjectType - Propriété
Gets a value that specifies whether the list item is a file or a list folder.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FileSystemObjectType As FileSystemObjectType
Get
'Utilisation
Dim instance As ListItem
Dim value As FileSystemObjectType
value = instance.FileSystemObjectType
public FileSystemObjectType FileSystemObjectType { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.FileSystemObjectType
Returns a FileSystemObjectType.instance.representing whether the list item is a file or a list folder.
Remarques
It must be one of the following values: File or Folder.