ASPC.Marvel.CrimeAPI.SharePointContextProvider.LoadSharePointContext C# (CSharp) Method

LoadSharePointContext() protected abstract method

Loads the SharePointContext instance associated with the specified HTTP context.
protected abstract LoadSharePointContext ( System.Web.HttpContextBase httpContext ) : SharePointContext
httpContext System.Web.HttpContextBase The HTTP context.
return SharePointContext
        protected abstract SharePointContext LoadSharePointContext(HttpContextBase httpContext);