Constructor. Basic constructor for the ENEQueryInfo.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public ENEQueryInfo()
Visual Basic
Public Sub New
Visual C++
public:
ENEQueryInfo()

Remarks

Generates two key/value pairs automatically: the session ID (the sid key) and the query ID (the rid key). This functionality, however, is deprecated and instead developers should generate their own IDs and use the Add(String, String) method to set them in the object.

See Also