IResourceUser ResetResources Method CleanCode C# Libraries v1.2.03 API
Resets file resources before first use.

Namespace: CleanCode.IO
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

Collection<string> ResetResources()

Return Value

A collection of file names that have been deleted.
Remarks

This is typically used when a parent application detects a new version has been installed and wants to refresh any resources that have been externalized from prior versions.
See Also