Share via


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