SPContext.GetContext method
Returns the Microsoft SharePoint Foundation context for the current HTTP context.
Overload list
Name | Description | |
---|---|---|
GetContext(HttpContext) | Returns the Microsoft SharePoint Foundation context for the specified HTTP context. | |
GetContext(SPWeb) | Returns the Microsoft SharePoint Foundation context for the specified Microsoft SharePoint Foundation Web site. | |
GetContext(HttpContext, SPItem, SPWeb) | Returns the Microsoft SharePoint Foundation context for an item using the specified HTTP context, item, and Web site. | |
GetContext(HttpContext, Int32, Type) | Returns the Microsoft SharePoint Foundation context for an item using the specified HTTP context, item ID, and item type. | |
GetContext(HttpContext, Guid, Guid, SPWeb) | Returns the Microsoft SharePoint Foundation context for a view. | |
GetContext(HttpContext, Int32, Guid, SPWeb) | Returns the Microsoft SharePoint Foundation context for a list item. | |
GetContext(HttpContext, String, Guid, SPWeb) | Returns the Microsoft SharePoint Foundation context for an item using the specified item ID, list ID, and Web site. |
Top