ChainStoreWeb.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);