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.
Include Protected Members
Include Inherited Members
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