CloudmersiveConvertClient.ConvertDataXmlEditSetValueWithXPathAsync Method

Definition

Sets the value contents of XML nodes matching XPath expression

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

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The Sets the value contents of XML nodes matching XPath expression response.

Remarks

Return the reuslts of editing an XML document by setting the contents of all of the nodes that match an input XPath expression. Supports elements and attributes.

Applies to