Share via


ListAdministrationSelector.GetItem method

Retrieve the currently select SPList. If there is no selected list nor site collection/site then null is returned.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Function GetItem As SPList
'Usage
Dim returnValue As SPList

returnValue = Me.GetItem()
protected override SPList GetItem()

Return value

Type: Microsoft.SharePoint.SPList

See also

Reference

ListAdministrationSelector class

ListAdministrationSelector members

Microsoft.SharePoint.WebControls namespace