XmlRemoveWithXPathResult Class

Definition

Response for Remove, delete XML nodes and items matching XPath expression

public class XmlRemoveWithXPathResult
type XmlRemoveWithXPathResult = class
Public Class XmlRemoveWithXPathResult
Inheritance
XmlRemoveWithXPathResult

Constructors

Name Description
XmlRemoveWithXPathResult()

Properties

Name Description
NodesRemovedCount

Count of the matching results

ResultingXmlDocument

Resulting, modified XML document with matching nodes removed as a string

Successful

True if the operation was successful, false otherwise

XmlNodesRemoved

Matching selected XML nodes as strings

Applies to