NevronOpenVision
Nevron.Nov.Dom Namespace / NNode Class / IsChild Method
node to check
IsChild Method (NNode)
Determines whether the specified node is a child node of this node. Note that although the node ParentNode may be this node, this node may not consider the node as child, if it is exposed by a property.
Syntax
public System.bool IsChild( 
   NNode node
)

Parameters

node
node to check

Return Value

true if it is a child node, otherwise false
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