Previous Topic: OpenQueryListNext Topic: SetQuery


OpenQueryResultList

The OpenQueryResultList executes a Client Automation query and opens a list of the results from the query.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string queryId (m)

The UUID identifying the query whose results are to be listed.

QueryResultPropertiesRequired queryResultPropertiesRequired (m)

The properties that will be required when getting a query result from the list.

Return Values

xsd:long OpenListHandle

A numeric handle to a list of queries that can be passed to GetQueryResults.

xsd:long totalNoOfQueryResults

The total number of query results in the list whose handle has been returned.

Remarks

This method returns the size of the list, and a handle to the list that can be used with the GetQueryResults method.

More information:

QueryResultPropertiesRequired