[This is preliminary documentation and is subject to change.]
Completely replaces this node with another node tree, positioning the new tree in the place of local node.
Existing node is deleted after this operation completes, in its place child nodes from other node are inserted
preserving their existing order. Attributes of other node get merged into parent of existing node
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- existing
- Type: NFX.Environment ConfigSectionNode
- other
- Type: NFX.Environment ConfigSectionNode
See Also