DocSetControl.DocumentSetParentList Property

Gets the SPContext object as the parent list of the current Document Set.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Protected ReadOnly Property DocumentSetParentList As SPList
    Get
'Usage
Dim value As SPList

value = Me.DocumentSetParentList
protected SPList DocumentSetParentList { get; }

Property Value

Type: Microsoft.SharePoint.SPList
The SPList object that represents the parent list of the current Document Set.

See Also

Reference

DocSetControl Class

DocSetControl Members

Microsoft.Office.Server.WebControls Namespace