DocumentSetBaseWebPart.DocumentSetParentList property
Gets the parent list for list item that carries this control.
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
Remarks
It is assumed that this list item is the welcome page, therefore its parent list is the document set parent list.