DocumentSet.ParentFolder Property
Gets the SPFolder object that contains the DocumentSet() object.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property ParentFolder As SPFolder
Get
'Usage
Dim instance As DocumentSet
Dim value As SPFolder
value = instance.ParentFolder
public SPFolder ParentFolder { get; }
Property Value
Type: Microsoft.SharePoint.SPFolder
The parent SPFolder object of the DocumentSet() object.