ASPC.Marvel.CrimeAPI.SharePointAcsContextProvider.LoadSharePointContext C# (CSharp) Méthode

LoadSharePointContext() protected méthode

protected LoadSharePointContext ( System.Web.HttpContextBase httpContext ) : SharePointContext
httpContext System.Web.HttpContextBase
Résultat SharePointContext
        protected override SharePointContext LoadSharePointContext(HttpContextBase httpContext)
        {
            return httpContext.Session[SPContextKey] as SharePointAcsContext;
        }