| 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
)
Function LoadQuery (
fileName As String
) As IQuery
Parameters
- fileName
- Type: SystemString
Path to query file in file system
Return Value
Type:
IQueryQuery instance
See Also