Endeca Presentation API
ENEQueryInfo Constructor (sessionId, queryId)
NamespacesEndeca.NavigationENEQueryInfoENEQueryInfoENEQueryInfoNew(String, String)
Constructor. Takes in sessionId and queryId and sets the IDs as logging parameters for the sid and rid keys respectively.
Declaration Syntax
C#Visual BasicVisual C++
public ENEQueryInfo(
	string sessionId,
	string queryId
)
Public Sub New ( _
	sessionId As String, _
	queryId As String _
)
public:
ENEQueryInfo (
	String^ sessionId, 
	String^ queryId
)
Parameters
sessionId (String)
Session ID to pass on as logging information with the sid key.
queryId (String)
Query ID to pass on as logging information with the rid key.
Remarks
Future versions of the MDEX Engine API may not support this constructor. Instead, this functionailty is preserved by calling the basic constructor for ENEQueryInfo followed by Add(String, String) with the IDs and their respective keys.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0