Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the Microsoft SharePoint Foundation context for an item using the specified HTTP context, item, and Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function GetContext ( _
context As HttpContext, _
item As SPItem, _
web As SPWeb _
) As SPContext
'Usage
Dim context As HttpContext
Dim item As SPItem
Dim web As SPWeb
Dim returnValue As SPContext
returnValue = SPContext.GetContext(context, _
item, web)
public static SPContext GetContext(
HttpContext context,
SPItem item,
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.
item
Type: Microsoft.SharePoint.SPItemAn SPItem object that represents the item.
web
Type: Microsoft.SharePoint.SPWebThe Web site.
Return Value
Type: Microsoft.SharePoint.SPContext
The SharePoint Foundation context.