Class that contains a list of additional words and methods for managing the list.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public class UserDictionary : SpellDictionaryBase
Visual Basic (Declaration)
Public Class UserDictionary _
	Inherits SpellDictionaryBase

Remarks

This class is used to store user dictionaries. It provides methods for adding and removing words, as well as saving the dictionary.

Inheritance Hierarchy

System..::..Object
  C1.Web.Editor..::..SpellDictionaryBase
    C1.Web.Editor..::..UserDictionary

See Also