Click or drag to resize

translationTextTableAppend Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the file with the entries of the table

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void Append(
	string filepath = null
)
Request Example View Source

Parameters

filepath (Optional)
Type: SystemString
The filepath.
Exceptions
ExceptionCondition
[!:aceCommonTypes.core.exceptions.dataException]The source file was never defined - cant use save without filepath - null - Save() failed, no filepath
See Also