Click or drag to resize

IIndexServiceGetQueriesTIndexBuilder Method

Gets queries

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
IEnumerable<IQuery> GetQueries<TIndexBuilder>()

Type Parameters

TIndexBuilder
Type of IndexBuilder

Return Value

Type: IEnumerableIQuery
Enumeration of IQuery
See Also