CloudmersiveConvertModelFactory.XmlSetValueWithXPathResult 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 XmlSetValueWithXPathResult(Nullable<Int32>, String, Nullable<Boolean>).
public static Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlSetValueWithXPathResult XmlSetValueWithXPathResult(int? nodesEditedCount = default, string resultingXmlDocument = default, bool? successful = default);
static member XmlSetValueWithXPathResult : Nullable<int> * string * Nullable<bool> -> Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlSetValueWithXPathResult
Public Shared Function XmlSetValueWithXPathResult (Optional nodesEditedCount As Nullable(Of Integer) = Nothing, Optional resultingXmlDocument As String = Nothing, Optional successful As Nullable(Of Boolean) = Nothing) As XmlSetValueWithXPathResult
Parameters
- resultingXmlDocument
- String