CloudmersiveConvertClient.ConvertDataXmlEditAddChildWithXPathAsync Method

Definition

Adds an XML node as a child to XML nodes matching XPath expression

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlAddChildWithXPathResult> ConvertDataXmlEditAddChildWithXPathAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDataXmlEditAddChildWithXPathAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlAddChildWithXPathResult>
override this.ConvertDataXmlEditAddChildWithXPathAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlAddChildWithXPathResult>
Public Overridable Function ConvertDataXmlEditAddChildWithXPathAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of XmlAddChildWithXPathResult)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The Adds an XML node as a child to XML nodes matching XPath expression response.

Remarks

Return the reuslts of editing an XML document by adding an XML node as a child to all of the nodes that match an input XPath expression.

Applies to