GetKeywordsSorted |
Scroll |
Gets an alphabetically sorted list of valid keywords or values for dependent fields for a certain field.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetKeywordsSorted ( _ nFieldNo As Integer, _ pServer As TheServer, _ bFilterMode As Boolean _ ) As Object C# public virtual object GetKeywordsSorted ( int nFieldNo, TheServer pServer, bool bFilterMode )
Parameters nFieldNo The field number of the field for which the returned values are valid.
pServer A connected TheServer object.
bFilterMode If set to false, inaccessible items (disabled keywords) will be returned. Disabled keywords can't be used for saving. If set to true, only active keywords will be returned.
Return Value Array with keywords for the specified field. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |