Click or drag to resize

BibTexDataFileConvertToDataTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds data table - from BibTex entries

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public DataTable ConvertToDataTable(
	List<string> tagsFilter = null,
	propertyAnnotationPreset preset = null,
	ILogBuilder log = null
)
Request Example View Source

Parameters

tagsFilter (Optional)
Type: System.Collections.GenericListString
List of tag names to include as columns. Include all found, if null
preset (Optional)
Type: imbSCI.Core.style.presetpropertyAnnotationPreset
log (Optional)
Type: imbSCI.Core.reportingILogBuilder

Return Value

Type: DataTable
See Also