Gets the path and hash code for all current file writes.
- Namespace
- Statiq
.Common - Containing Type
- IFileWriteTracker
- Property Type
- IEnumerable
<KeyValuePair <NormalizedPath, int> >
Syntax
IEnumerable<KeyValuePair<NormalizedPath, int>> CurrentWrites { get; }
Value
Type | Description |
---|---|
IEnumerable |