예제 #1
0
        public bool CheckContent(string path, ContentType expectedType)
        {
            AvailableCheckResult result = contentManager.CheckAvailabe(path, expectedType);

            return(checkSourceResult(result, path, expectedType.ToString(), checkLocation));
        }