Show / Hide Table of Contents

Interface IBackupDocument

Interface for container for backed up document information.

Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IBackupDocument

Properties

View Source

BackupType

Gets or sets the type of backup document.

Declaration
BackupType BackupType { get; set; }
Property Value
Type Description
BackupType
View Source

DisplayName

Gets the display name of the backup document.

Declaration
string DisplayName { get; }
Property Value
Type Description
string
View Source

ModifiedDate

Gets or sets the modified date of the backup document.

Declaration
DateTime ModifiedDate { get; set; }
Property Value
Type Description
DateTime
View Source

Path

Gets or sets the file system path for the backup.

Declaration
string Path { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX