RunToXMLFormattedString method: CONQRSMGR class

Syntax

RunToXMLFormattedString(Prompts)

Description

Use this method to run the connected query immediately on the application server with output to an XML formatted string instead of an XML file.

The RunToXMLFormattedString method is valid for the RunMode_XMLFormattedString run mode only.

Parameters

Parameter Description

Prompts

Specifies the prompts for execution of the queries as an array of QUERYITEMPROMPT objects. This parameter should be retrieved using the QueriesPromptsArray property. If this array length is greater than 0, this array must be populated.

Returns

The formatted XML as a string.