GetValidOperators |
Scroll |
Gets an TheStringList of valid operators for conditions in the specified language if available.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetValidOperators ( _ nlcid As Integer _ C# public virtual ITheReadOnlyStringList GetValidOperators ( int nlcid )
Parameters nlcid The LCID specifying the language the operators will be returned in. Will only work for languages installed with Therefore.
Return Value A list of valid language sensitive operators. |