ASPC.Marvel.CrimeAPI.SharePointContextProvider.ValidateSharePointContext C# (CSharp) Метод

ValidateSharePointContext() защищенный абстрактный Метод

Validates if the given SharePointContext can be used with the specified HTTP context.
protected abstract ValidateSharePointContext ( SharePointContext spContext, System.Web.HttpContextBase httpContext ) : bool
spContext SharePointContext The SharePointContext.
httpContext System.Web.HttpContextBase The HTTP context.
Результат bool
        protected abstract bool ValidateSharePointContext(SharePointContext spContext, HttpContextBase httpContext);