GetKeywords |
Scroll |
Gets the keywords or possible values for the specified field.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetKeywords ( _ nFieldNo As Integer, _ bFilterMode As Boolean, _ pServer As TheServer _ ) As TheObjectList C# public virtual object GetKeywords ( int nFieldNo, bool bFilterMode, TheServer pServer )
Parameters nFieldNo Field number for which to get possible keywords.
bFilterMode
pServer Valid and connected TheServer used to retrieve keywords.
Return Value An TheObjectList containing possible keyword values for the field with the specified number. |