Click or drag to resize

BibTexDataFileSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves data from the instance into BibTex file

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public void Save(
	string path,
	translationTextTable processorTable = null,
	ILogBuilder log = null
)
Request Example View Source

Parameters

path
Type: SystemString
The path, to save the data into
processorTable (Optional)
Type: imbSCI.DataComplex.specialtranslationTextTable
LaTeX entities translation table
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.
See Also