Class QueryConfigurationBase
- Namespace
- Dynamicweb.Indexing.Querying
- Assembly
- Dynamicweb.Core.dll
Represents the configuration for index query.
public abstract class QueryConfigurationBase
- Inheritance
-
QueryConfigurationBase
- Derived
- Inherited Members
Properties
Path
Gets or sets the configuration path.
protected string Path { get; set; }
Property Value
Methods
LoadFromXml(XDocument)
protected abstract void LoadFromXml(XDocument xmlDoc)
Parameters
xmlDoc
XDocument
SaveToXml(XDocument)
protected abstract void SaveToXml(XDocument xmlDoc)
Parameters
xmlDoc
XDocument