XmlAddChildWithXPathResult Class

Definition

Response for Adds an XML node as a child to XML nodes matching XPath expression

public class XmlAddChildWithXPathResult
type XmlAddChildWithXPathResult = class
Public Class XmlAddChildWithXPathResult
Inheritance
XmlAddChildWithXPathResult

Constructors

Name Description
XmlAddChildWithXPathResult()

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