DocSetControl.DocumentSetFolder Property
Gets the folder of the current list item whose type is Document Set from the current SPContext as a SPFolder object.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Protected ReadOnly Property DocumentSetFolder As SPFolder
Get
'Usage
Dim value As SPFolder
value = Me.DocumentSetFolder
protected SPFolder DocumentSetFolder { get; }
Property Value
Type: Microsoft.SharePoint.SPFolder
The SPFolder object that represents the folder of the current list item whose type is Document Set.