CloudmersiveConvertModelFactory.XmlQueryWithXQueryResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of XmlQueryWithXQueryResult(String, String, Nullable<Boolean>).
public static Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlQueryWithXQueryResult XmlQueryWithXQueryResult(string errorMessage = default, string resultingXml = default, bool? successful = default);
static member XmlQueryWithXQueryResult : string * string * Nullable<bool> -> Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlQueryWithXQueryResult
Public Shared Function XmlQueryWithXQueryResult (Optional errorMessage As String = Nothing, Optional resultingXml As String = Nothing, Optional successful As Nullable(Of Boolean) = Nothing) As XmlQueryWithXQueryResult
Parameters
- errorMessage
- String
- resultingXml
- String