Click or drag to resize

translationTextTableClear Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Clears all entries, optionally clears the associated file (via [!:Load(string)] or Save(String) methods)

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void Clear(
	bool clearFile = false
)
Request Example View Source

Parameters

clearFile (Optional)
Type: SystemBoolean
if set to true [clear file].
See Also