Overload | Description |
---|---|
GetChild(NChild) | Gets the child at the specified named slot. If a child node at the slot does not exist, but the named child is marked as CreateOnDemand, a new child node of the default schema is automatically created. |
GetChild(NChild,Boolean) | 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. |