PreviousWrites Property
Gets the path and hash code for all previous file writes (from before the most recent Reset().
Namespace
Statiq.Common
Containing Type
IFileWriteTracker
Property Type
IEnumerable<KeyValuePair<NormalizedPath, int>>

Syntax

IEnumerable<KeyValuePair<NormalizedPath, int>> PreviousWrites { get; }

Value

Type Description
IEnumerable<KeyValuePair<NormalizedPath, int>>