ExecuteAndGetResultAsStringWithBaseOutputURI
Executes the XSLT transformation according to the XSLT specification named in the EngineVersion property, and returns the result as a string at the location defined by the base URI. The baseURI parameter is a string that provides a URI. This method does not produce additional result files, such as charts or secondary results. It also does not hold binary results such as .docx OOXML files. If additional output files are needed, use the Execute method. If an error occurs, a RaptorXMLException is raised. Use the LastErrorMessage property to access additional information.
COM and .NET
Signature: string ExecuteAndGetResultAsStringWithBaseOutputURI(string baseURI)
Java
Signature: public string ExecuteAndGetResultAsStringWithBaseOutputURI(string baseURI)