Path to SpellChecker dictionary file.

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

Syntax

C#
[CategoryAttribute("Data")]
[DefaultValueAttribute("")]
[DescriptionAttribute("Path to SpellChecker dictionary file.. Example of the relative path: ~/Dictionaries/C1Spell_de-DE.dct")]
public virtual string DictionaryPath { get; set; }
Visual Basic (Declaration)
<CategoryAttribute("Data")> _
<DefaultValueAttribute("")> _
<DescriptionAttribute("Path to SpellChecker dictionary file.. Example of the relative path: ~/Dictionaries/C1Spell_de-DE.dct")> _
Public Overridable Property DictionaryPath As String
	Get
	Set

Examples

Example of the relative path: "~/Dictionaries/C1Spell_de-DE.dct"

See Also