Enum BackupExecDuplicationTaskSourceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the source of the duplication task.
public enum BackupExecDuplicationTaskSourceType
Fields
AllBackups = 1
The source type is all backups.
MostRecentFullBackup = 2
The source type is the most recent backup.
SpecificSourceBackups = 3
The source type is a specific source backup.
Unknown = 0
The source type is unknown.