Interface IBackupDocument
Interface for container for backed up document information.
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IBackupDocument
Properties
View SourceBackupType
Gets or sets the type of backup document.
Declaration
BackupType BackupType { get; set; }
Property Value
Type | Description |
---|---|
BackupType |
DisplayName
Gets the display name of the backup document.
Declaration
string DisplayName { get; }
Property Value
Type | Description |
---|---|
string |
ModifiedDate
Gets or sets the modified date of the backup document.
Declaration
DateTime ModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Path
Gets or sets the file system path for the backup.
Declaration
string Path { get; set; }
Property Value
Type | Description |
---|---|
string |