public DocsPaVO.Caching.InfoFileCaching getFileComponents(string docNumber, string versionId, string idAmministrazione) { DocsPaVO.Caching.InfoFileCaching Info = null; try { Info = CacheFileManager.getFileDaComponents(docNumber, versionId, idAmministrazione); } catch (Exception e) { logger.Debug("errore nel web method getFilecomponents errore: " + e.Message); } return(Info); }