Executes the XQuery transformation according to the XQuery version named in the EngineVersion property, and saves the result to the output file named in the outputFile parameter. The parameter is a string that provides the location (path and filename) of the output file. The result is true on success, false on failure. If an error occurs, a RaptorXMLException is raised. Use the LastErrorMessage property to access additional information.
COM and .NET
Signature: boolean Execute(string outputFile)
Signature: public boolean execute(string outputFile)