Share via


DocSetControl.DocumentSetItem property

Gets the current list item whose type is Document Set from the current SPContext as a SPListItem object.

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

Syntax

'Declaration
Protected ReadOnly Property DocumentSetItem As SPListItem
    Get
'Usage
Dim value As SPListItem

value = Me.DocumentSetItem
protected SPListItem DocumentSetItem { get; }

Property value

Type: Microsoft.SharePoint.SPListItem
The SPListItem object that represents the current list item whose type is Document Set.

See also

Reference

DocSetControl class

DocSetControl members

Microsoft.Office.Server.WebControls namespace