Click or drag to resize

QueryCompletionLanguages Property

Gets or sets query completion languages

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public IEnumerable<Language> CompletionLanguages { get; set; }

Property Value

Type: IEnumerableLanguage

Implements

IQueryCompletionLanguages
See Also