Refresh() Method
Refreshes any cached information about the file.
Namespace
Statiq.Common
Containing Type
IFile

Syntax

void Refresh()

Remarks

For example, a file from the file system might use a FileInfo that needs to be refreshed when it changes. Note that implementations should internally refresh their state as appropriate so external refresh calls are only needed if the underlying file changes outside the file instance.