UltimateSpell Class Library

UltimateSpell.CustomDictionary Property

Gets or sets the custom dictionary to use for spell checking.

[Visual Basic]
Overridable Public Property CustomDictionary As String
[C#]
public virtual string CustomDictionary {get; set;}

Property Value

Custom dictionary to use for spell checking.

Remarks

Use this property to set the custom dictionary to use for spell checking. Note that you have to give full permission to ASPNET (NT AUTHORITY\NETWORK SERVICE in Windows 2003) on your UltimateSpellInclude\CustomDictionary directory in order to write into the custom dictionary file.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace