Removes from xml file the node selected by the queryString received from the derived class
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected virtual void RemoveNode( string xpathQuery )
Protected Overridable Sub RemoveNode ( _ xpathQuery As String _ )
protected: virtual void RemoveNode( String^ xpathQuery )
Parameters
- xpathQuery (String)