Click or drag to resize
SpellCheckSettingsCustomDictionarySuffix Property
Gets or sets the suffix for the custom dictionary files.

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string CustomDictionarySuffix { get; set; }

Property Value

Type: String
The default is -Custom
Remarks
The filenames are formed with the following scheme: Language + CustomDictionarySuffix + ".txt". Different suffixes can be used to create different custom dictionaries for different users.
See Also