






|
| UltimateSearch Class Library |
| UltimateSearchOutput..::..SpellIncludeDirectory Property |
| UltimateSearchOutput Class See Also Send Feedback |
Gets or sets the spell include directory.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public string SpellIncludeDirectory { get; set; } |
| Visual Basic |
|---|
Public Property SpellIncludeDirectory As String Get Set |
| Visual C++ |
|---|
public: property String^ SpellIncludeDirectory { String^ get (); void set (String^ value); } |
Field Value
Spell include directory. The default value is ~/UltimateSpellInclude/.
Remarks
Use this property to set the spell include directory.
