Click or drag to resize

translationTextTablecheckForEntry Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks if this entry is inside the translation table, if it is then where: as value or as key, returns: unknownEntry if it wasn't found at all.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public translationTextTableEntryEnum checkForEntry(
	string entry
)
Request Example View Source

Parameters

entry
Type: SystemString
The entry.

Return Value

Type: translationTextTableEntryEnum
See Also