NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlNode Class / GetFirstDescendant Method
The name of the descendant to search for.
GetFirstDescendant Method (NXmlNode)
Returns the first descendant of this node with the given name or null if no such descendant is found.
Syntax
public NXmlNode GetFirstDescendant( 
   System.string name
)

Parameters

name
The name of the descendant to search for.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also