Tracks data that was written using a hash code of it's content.
- Namespace
- Statiq
.Common - Containing Type
- IFileWriteTracker
Syntax
void TrackContent(NormalizedPath path, int hashCode)
Parameters
| Name | Type | Description |
|---|---|---|
| path | NormalizedPath | The path that was written to. |
| hashCode | int | A hash code that represents the content. |