Show / Hide Table of Contents

Class BackupDocument

Container for backed up document information.

Inheritance
object
BackupDocument
Implements
IBackupDocument
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class BackupDocument : IBackupDocument

Properties

View Source

BackupType

Gets or sets the type of backup document.

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

DisplayName

Gets the display name of the backup document.

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

ModifiedDate

Gets or sets the modified date of the backup document.

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

Path

Gets or sets the file system path for the backup.

Declaration
public string Path { get; set; }
Property Value
Type Description
string

Implements

IBackupDocument
  • View Source
In this article
Back to top Generated by DocFX