DocumentSet.ParentList property

Gets the parent list of the DocumentSet() object.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public ReadOnly Property ParentList As SPList
    Get
'Usage
Dim instance As DocumentSet
Dim value As SPList

value = instance.ParentList
public SPList ParentList { get; }

Property value

Type: Microsoft.SharePoint.SPList
SPList object of the list that contains the DocumentSet() object.

See also

Reference

DocumentSet class

DocumentSet members

Microsoft.Office.DocumentManagement.DocumentSets namespace

ParentFolder