SPContext.GetContext method (HttpContext, Int32, Guid, SPWeb)

Returns the Microsoft SharePoint Foundation context for a list item.

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

Syntax

'Declaration
Public Shared Function GetContext ( _
    context As HttpContext, _
    itemId As Integer, _
    listId As Guid, _
    web As SPWeb _
) As SPContext
'Usage
Dim context As HttpContext
Dim itemId As Integer
Dim listId As Guid
Dim web As SPWeb
Dim returnValue As SPContext

returnValue = SPContext.GetContext(context, _
    itemId, listId, web)
public static SPContext GetContext(
    HttpContext context,
    int itemId,
    Guid listId,
    SPWeb web
)

Parameters

  • context
    Type: System.Web.HttpContext

    A System.Web.HTTPContext object that encapsulates the HTTP-specific context that is used by the server to process site requests.

  • itemId
    Type: System.Int32

    A 32-bit integer that identifies the item.

  • listId
    Type: System.Guid

    A System.Guid that identifies the list.

Return value

Type: Microsoft.SharePoint.SPContext
The SharePoint Foundation context.

See also

Reference

SPContext class

SPContext members

GetContext overload

Microsoft.SharePoint namespace