Ejemplo n.º 1
0
 /**
  * Retrieve the Delete Backups Older Than N Days from the configuration file.
  */
 public int GetDeleteBackupsOlderThanDays()
 {
     return((int)configHandler.GetDeleteBackupsOlderThanDays());
 }