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

Syntax

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

Value

Type Description
IEnumerable<KeyValuePair<NormalizedPath, int>>