Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.