Folder.ParentFolder - Propriété
Gets the parent list folder of the 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 ParentFolder As Folder
Get
'Utilisation
Dim instance As Folder
Dim value As Folder
value = instance.ParentFolder
public Folder ParentFolder { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Folder
A Folder object that represents the parent folder.
Remarques
If the folder is the root folder, then the ParentFolder property returns that folder.