UsageTracker Constructor CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the UsageTracker class.

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

public UsageTracker(
	string catalogSearchPath,
	string catalogFile
)

Parameters

catalogSearchPath
Type: OnlineSystem String
A semi-colon separated list of paths to search. The first one that exists is used.
catalogFile
Type: OnlineSystem String
The catalog file to update.
Remarks

Set either parameter to null or empty to disable the usage tracking.
See Also