Class RecycleBinEntry
- Namespace
- WindowsRecylceBin
- Assembly
- WindowsRecylceBin.dll
Represents an entry of the Windows recycle bin.
public record RecycleBinEntry : IEquatable<RecycleBinEntry>
- Inheritance
-
RecycleBinEntry
- Implements
- Inherited Members
Properties
BackupFilePath
The path of the backup file in the recycle bin.
public string BackupFilePath { get; }
Property Value
DeletedAt
The timestap when the file was deleted.
public DateTime DeletedAt { get; }
Property Value
MetadataFilePath
The path of the metadata file in the recycle bin.
public string MetadataFilePath { get; }
Property Value
OriginalFilePath
The original file path.
public string OriginalFilePath { get; }