To access data in query results, you can use ENEQueryResults methods in Java and properties in .NET.

There is a distinct correlation between the MDEX Engine parameters passed in the URL (or the setter methods (Java) and ENEQuery properties (.NET) used), and the methods or properties you can use to access data in the ENEQueryResults object.

For example, by including an N parameter in your query, a Navigation object is returned as part of the ENEQueryResults, and you use the getNavigation() method in Java on the ENEQueryResults object, or the ENEQueryResults object’s Navigation property in .NET to access that Navigation object.


Copyright © Legal Notices