XmlRemoveWithXPathResult Class
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.
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 |