CloudmersiveConvertClient.ConvertDataXmlEditAddAttributeWithXPathAsync Method

Definition

Adds an attribute to all XML nodes matching XPath expression

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

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The Adds an attribute to all XML nodes matching XPath expression response.

Remarks

Return the reuslts of editing an XML document by adding an attribute to all of the nodes that match an input XPath expression.

Applies to