NevronOpenVision
Nevron.Nov.Dom Namespace / NNode Class / GetChild Method / GetChild(NChild,Boolean) Method
GetChild(NChild,Boolean) Method
Gets the child at the specified named slot. If createOnDemand is true and the named slot is marked as CreateOnDemand and the current slot value is null, a new child node of the default schema is automatically created.
Syntax
public NNode GetChild( 
   NChild child,
   System.bool createOnDemand
)

Parameters

child
createOnDemand
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