Click or drag to resize

IQueryServiceLoadQuery Method (String)

Loads query

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
IQuery LoadQuery(
	string fileName
)

Parameters

fileName
Type: SystemString
Path to query file in file system

Return Value

Type: IQuery
Query instance
See Also