public BackupAjaxHandler.Schedule GetBackupSchedule() { if (CoreBaseSettings.Standalone) { TenantExtra.DemandControlPanelPermission(); } return(BackupHandler.GetSchedule()); }