SPServiceContext.GetContext method
Gets the service context, using the specified parameters.
Overload list
Name | Description | |
---|---|---|
GetContext(HttpContext) | Gets the service context that is associated with the specified HttpContext object. | |
GetContext(SPSite) | Gets the service context for the specified SPSite object. | |
GetContext(SPServiceApplicationProxyGroup, SPSiteSubscriptionIdentifier) | Retrieves the service context that is associated with the specified SPServiceApplicationProxyGroup instance and SPSiteSubscriptionIdentifier. |
Top