Table of Contents

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

string

DeletedAt

The timestap when the file was deleted.

public DateTime DeletedAt { get; }

Property Value

DateTime

MetadataFilePath

The path of the metadata file in the recycle bin.

public string MetadataFilePath { get; }

Property Value

string

OriginalFilePath

The original file path.

public string OriginalFilePath { get; }

Property Value

string