SPContext.List property

Gets the list that is associated with the Microsoft SharePoint Foundation context.

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

Syntax

'Declaration
Public ReadOnly Property List As SPList
    Get
'Usage
Dim instance As SPContext
Dim value As SPList

value = instance.List
public SPList List { get; }

Property value

Type: Microsoft.SharePoint.SPList
An SPList object that represents the list.

Remarks

This property can be used, for example, in the script of a control template (%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\CONTROLTEMPLATES) to return the list of the current HTTP request context in a list site page.

See also

Reference

SPContext class

SPContext members

Microsoft.SharePoint namespace