ListItem.Folder - Propriété
Gets a folder object that is associated with a folder item.
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 Folder As Folder
Get
'Utilisation
Dim instance As ListItem
Dim value As Folder
value = instance.Folder
public Folder Folder { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Folder
An Folder object that represents the folder if the item is a folder; otherwise une référence Null (Rien dans Visual Basic).