ServerContext.GetContext Method
Include Protected Members
Include Inherited Members
Gets the ServerContext instance.
Overload List
Name | Description | |
---|---|---|
GetContext(SPWebApplication) | Gets the ServerContext instance for the specified Web application. | |
GetContext(SPSite) | Gets the ServerContext instance for the specified site. | |
GetContext(String) | Gets the ServerContext instance for the specified Shared Services Provider. | |
GetContext(HttpContext) | Gets the ServerContext instance for the specified HttpContext. |
Top