Path on the server where a custom dictionary is located.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
[PersistenceModeAttribute(PersistenceMode.Attribute)] public virtual string CustomDictionaryPath { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)] public virtual string CustomDictionaryPath { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Overridable Property CustomDictionaryPath As String Get Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> Public Overridable Property CustomDictionaryPath As String Get Set
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] virtual property String^ CustomDictionaryPath { String^ get (); void set (String^ value); }
public: [PersistenceModeAttribute(PersistenceMode::Attribute)] virtual property String^ CustomDictionaryPath { String^ get (); void set (String^ value); }
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] abstract CustomDictionaryPath : string with get, set [<PersistenceModeAttribute(PersistenceMode.Attribute)>] override CustomDictionaryPath : string with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>] abstract CustomDictionaryPath : string with get, set [<PersistenceModeAttribute(PersistenceMode.Attribute)>] override CustomDictionaryPath : string with get, set
Property Value
Remarks
A custom is a text file with a list of words, one per line. The words contained in it are used as acceptable spellings, and suggestions.
Assembly: Keyoti4.SearchEnginePro.Web (Module: Keyoti4.SearchEnginePro.Web.dll) Version: 2015.6.15.120