Click or drag to resize

QueryServiceLoadQuery Method (String)

Loads query

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

Parameters

fileName
Type: SystemString
Path to query file in file system

Return Value

Type: IQuery
Query instance

Implements

IQueryServiceLoadQuery(String)
See Also