Gets the parent list folder of the 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 ParentFolder As Folder
Get
用法
Dim instance As Folder
Dim value As Folder
value = instance.ParentFolder
public Folder ParentFolder { get; }
属性值
类型:Microsoft.SharePoint.Client.Folder
A Folder object that represents the parent folder.
备注
If the folder is the root folder, then the ParentFolder property returns that folder.