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.HttpContextA System.Web.HTTPContext object that encapsulates the HTTP-specific context that is used by the server to process site requests.
itemId
Type: System.Int32A 32-bit integer that identifies the item.
listId
Type: System.GuidA System.Guid that identifies the list.
web
Type: Microsoft.SharePoint.SPWebThe Web site.
Return value
Type: Microsoft.SharePoint.SPContext
The SharePoint Foundation context.