Example #1
0
 public string BuildMetaFile()
 {
     try
     {
         return(FileUtil.BuildContentMetaFile(archivatorDTO));
     }
     catch (Exception ex) { throw ex; };
 }