Table of Contents

Class BackupEntry

Namespace
Ecng.Backup
Assembly
Ecng.Backup.dll

Storage element.

public class BackupEntry
Inheritance
BackupEntry
Inherited Members
Extension Methods

Constructors

BackupEntry()

Initializes a new instance of the BackupEntry.

public BackupEntry()

Properties

LastModified

Last time modified.

public DateTime LastModified { get; set; }

Property Value

DateTime

Name

Element name.

public string Name { get; set; }

Property Value

string

Parent

Parent element.

public BackupEntry Parent { get; set; }

Property Value

BackupEntry

Size

Size in bytes.

public long Size { get; set; }

Property Value

long

Methods

GetFullPath()

Gets the full path of the element.

public string GetFullPath()

Returns

string

Full path.

ToString()

public override string ToString()

Returns

string