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

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

public Collection<string> ResetResources()

Return Value

A collection of file names that have been deleted.

Implements

IResourceUser ResetResources 
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