CloudmersiveConvertClient.ConvertDataXmlRemoveWithXPathAsync Method

Definition

Remove, delete XML nodes and items matching XPath expression

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

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The Remove, delete XML nodes and items matching XPath expression response.

Remarks

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

Applies to