TheKeywordDictionary |
Scroll |
As the name suggests, TheKeywordDictionary is a list of TheKeyword objects.
Namespace: Therefore.API
Visual Basic Public Class TheKeywordDictionary C# public class TheKeywordDictionary |
Name |
Description |
Gets the number of TheKeyword objects in the list. |
|
Gets the number of the folder containing the keyword dictionary. |
|
Gets or sets the TheKeyword with the specified index. |
|
Gets the ID of the keyword dictionary. |
|
Gets the data type number of keyword dictionary when used as a multi keyword field. |
|
Gets the name of the keyword dictionary. |
|
Gets the data type number of keyword dictionary when used as a single keyword field. |
|
Gets the database table name of the keyword dictionary containing all keywords. |
|
Gets the database table name of the multi keyword data type containing the relations between documents and keywords. |
Name |
Description |
Adds the specified TheKeyword to the list. |
|
Deletes the translation with the specified LCID from the keyword dictionary. |
|
Returns an array of LCIDs containing LCID values used in the keyword dictionary. |
|
Returns an enumerator for this list. |
|
Returns a keyword from the keyword dictionary. |
|
Loads the keyword dictionary with the specified keyword dictionary number. |
|
Loads the keyword dictionary with the specified data type number. |
|
Removes a keyword from the keyword dictionary. |
|
Removes the string with the specified index from the list. |
|
Saves changes made to the keyword dictionary. |
|
Returns a string representation of the object (for debugging). |