XmlRemoveAllChildrenWithXPathResult 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 Removes, deletes all children of nodes matching XPath expression, but
public class XmlRemoveAllChildrenWithXPathResult
type XmlRemoveAllChildrenWithXPathResult = class
Public Class XmlRemoveAllChildrenWithXPathResult
- Inheritance
-
XmlRemoveAllChildrenWithXPathResult
Constructors
| Name | Description |
|---|---|
| XmlRemoveAllChildrenWithXPathResult() | |
Properties
| Name | Description |
|---|---|
| NodesEditedCount |
Count of the matching results |
| ResultingXmlDocument |
Resulting, modified XML document |
| Successful |
True if the operation was successful, false otherwise |