GetKeywordsByKeyDic |
Scroll |
Searches for keywords in a keyword dictionary.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetKeywordsByKeyDic ( _ nKeyDicNo As integer, _ strFilter As String, _ nMaxHits As integer _ ) As Object C# public virtual object GetKeywordsByKeyDic ( integer nKeyDicNo, string strFilter, integer nMaxHits )
Parameters nKeyDicNo The ID of the keyword dictionary.
strFilter A part of a keyword name to filter.
nMaxHits The maximum number of return values.
Return Value An object containing an array of strings. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |