SPContext.GetContext Method (HttpContext, Guid, Guid, SPWeb)

Returns the Microsoft SharePoint Foundation context for a view.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

returnValue = SPContext.GetContext(context, _
    viewId, listId, web)
public static SPContext GetContext(
    HttpContext context,
    Guid viewId,
    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.

  • viewId
    Type: System.Guid

    A System.Guid that identifies the view.

  • 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