Example #1
0
 public void ImportTableStyles(string tableDirectoryPath)
 {
     if (DirectoryUtils.IsDirectoryExists(tableDirectoryPath))
     {
         var tableStyleIe = new TableStyleIe(tableDirectoryPath, _adminName);
         tableStyleIe.ImportTableStyles(_siteInfo.Id);
     }
 }
Example #2
0
 public void ImportTableStyles(string tableDirectoryPath)
 {
     if (DirectoryUtils.IsDirectoryExists(tableDirectoryPath))
     {
         var tableStyleIe = new TableStyleIe(tableDirectoryPath);
         tableStyleIe.ImportTableStyles(Fso.PublishmentSystemId);
     }
 }