ESRI.ArcGIS.ADF
DeleteNodeElement Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > XmlHelper Class : DeleteNodeElement Method




targetNode
Delete an XmlNode from the tree

Syntax

Visual Basic (Declaration) 
Public Function DeleteNodeElement( _
   ByVal targetNode As XmlNode _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim targetNode As XmlNode
Dim value As Boolean
 
value = instance.DeleteNodeElement(targetNode)
C# 
public bool DeleteNodeElement( 
   XmlNode targetNode
)

Parameters

targetNode

See Also

© 2010 All Rights Reserved.