CurrentContent Property
Gets the path and hash code for all current file content.
Namespace
Statiq.Common
Containing Type
IFileWriteTracker
Property Type
IEnumerable<KeyValuePair<NormalizedPath, int>>

Syntax

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

Value

Type Description
IEnumerable<KeyValuePair<NormalizedPath, int>>