| GlossaryLookupTerm Method |
Lookups a term in glossary. Throws exception if term name is not found.
Namespace: FlexRule.GlossariesAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic string LookupTerm(
string termName,
bool ignoreCase = true
)
Parameters
- termName
- Type: SystemString
- ignoreCase (Optional)
- Type: SystemBoolean
Return Value
Type:
String
See Also