CloudmersiveConvertClient.ConvertDataXmlEditReplaceWithXPathAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Replaces XML nodes matching XPath expression with new node
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlReplaceWithXPathResult> ConvertDataXmlEditReplaceWithXPathAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDataXmlEditReplaceWithXPathAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlReplaceWithXPathResult>
override this.ConvertDataXmlEditReplaceWithXPathAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlReplaceWithXPathResult>
Public Overridable Function ConvertDataXmlEditReplaceWithXPathAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of XmlReplaceWithXPathResult)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Replaces XML nodes matching XPath expression with new node response.
Remarks
Return the reuslts of editing an XML document by replacing all of the nodes that match an input XPath expression with a new XML node expression.