Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 763 Bytes

XmlRemoveWithXPathResult.md

File metadata and controls

13 lines (9 loc) · 763 Bytes

XmlRemoveWithXPathResult

Properties

Name Type Description Notes
Successful bool True if the operation was successful, false otherwise [optional] [default to null]
ResultingXmlDocument string Resulting, modified XML document with matching nodes removed as a string [optional] [default to null]
XmlNodesRemoved []string Matching selected XML nodes as strings [optional] [default to null]
NodesRemovedCount int32 Count of the matching results [optional] [default to null]

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