CloudmersiveConvertClient.ConvertDataXmlEditRemoveAllChildNodesWithXPathAsync Method

Definition

Removes, deletes all children of nodes matching XPath expression, but

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

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The Removes, deletes all children of nodes matching XPath expression, but response.

Remarks

Return the reuslts of editing an XML document by removing all child nodes of the nodes that match an input XPath expression.

Applies to