XmlReplaceWithXPathResult Class

Definition

Response for Replaces XML nodes matching XPath expression with new node

public class XmlReplaceWithXPathResult
type XmlReplaceWithXPathResult = class
Public Class XmlReplaceWithXPathResult
Inheritance
XmlReplaceWithXPathResult

Constructors

Name Description
XmlReplaceWithXPathResult()

Properties

Name Description
NodesEditedCount

Count of the matching results

ResultingXmlDocument

Resulting, modified XML document

Successful

True if the operation was successful, false otherwise

Applies to