Endeca Presentation API
ENEQueryInfo Constructor (sessionId)
NamespacesEndeca.NavigationENEQueryInfoENEQueryInfoENEQueryInfoNew(String)
Constructor. Takes in sessionId and sets it as the value for the sid key. The constructor automatically generates the query ID and sets it as the value for the rid key.
Declaration Syntax
C#Visual BasicVisual C++
public ENEQueryInfo(
	string sessionId
)
Public Sub New ( _
	sessionId As String _
)
public:
ENEQueryInfo (
	String^ sessionId
)
Parameters
sessionId (String)
Session ID to pass on as logging information with the sid 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