1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Dictionaries
  6. /
  7. DictionaryBase

DictionaryBase

DictionaryBase class

Represents the base class for a dictionary.

public abstract class DictionaryBase

Properties

Name Description
abstract DictionaryType { get; } Gets the dictionary type.

Methods

Name Description
abstract Clear() Clears the dictionary.
ExportDictionary(string) Exports the dictionary to a file with the specified name.
ImportDictionary(string) Imports a dictionary from the specified file.

Remarks

Learn more

See Also