Click or drag to resize
GlossaryLookupTerm Method
Lookups a term in glossary. Throws exception if term name is not found.

Namespace: FlexRule.Glossaries
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public string LookupTerm(
	string termName,
	bool ignoreCase = true
)

Parameters

termName
Type: SystemString
ignoreCase (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also