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.

See also

Reference

DocumentSet class

DocumentSet members

Microsoft.Office.DocumentManagement.DocumentSets namespace

ParentList

Folder