Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 699 Bytes

XmlRemoveWithXPathResult.md

File metadata and controls

13 lines (9 loc) · 699 Bytes

XmlRemoveWithXPathResult

Properties

Name Type Description Notes
successful bool True if the operation was successful, false otherwise [optional]
resulting_xml_document string Resulting, modified XML document with matching nodes removed as a string [optional]
xml_nodes_removed string[] Matching selected XML nodes as strings [optional]
nodes_removed_count int Count of the matching results [optional]

[Back to Model list] [Back to API list] [Back to README]