Click or drag to resize

BibTexCollectionTGetDataFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the data file object model

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public BibTexDataFile GetDataFile(
	string filename,
	translationTextTable table,
	ILogBuilder log = null
)
Request Example View Source

Parameters

filename
Type: SystemString
The filename, without extension
table
Type: imbSCI.DataComplex.specialtranslationTextTable
LaTeX translation table
log (Optional)
Type: imbSCI.Core.reportingILogBuilder
The log.

Return Value

Type: BibTexDataFile
See Also