Class BackupEntry
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
Name
Element name.
public string Name { get; set; }
Property Value
Parent
Parent element.
public BackupEntry Parent { get; set; }
Property Value
Size
Size in bytes.
public long Size { get; set; }
Property Value
Methods
GetFullPath()
Gets the full path of the element.
public string GetFullPath()
Returns
- string
Full path.
ToString()
public override string ToString()