Click or drag to resize

BibTexEntryBaseDeploy Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Deploys the specified source.

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public void Deploy(
	string _source,
	string _type,
	string _key,
	translationTextTable processor = null
)
Request Example View Source

Parameters

_source
Type: SystemString
The source.
_type
Type: SystemString
The type.
_key
Type: SystemString
The key.
processor (Optional)
Type: imbSCI.DataComplex.specialtranslationTextTable
The processor.
See Also