示例#1
0
        public string ricercaPathInCache(DocsPaVO.Caching.InfoFileCaching info)
        {
            string path = string.Empty;

            try
            {
                path = CacheFileManager.ricercaPathCaching(info.DocNumber.ToString(), info.Version_id.ToString(), info.idAmministrazione);
            }
            catch (Exception e)
            {
                logger.Debug("errore nel web method ricercapathincache errore: " + e.Message);
            }

            return(path);
        }