ConfigSectionNode OverrideBy Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Merges another node data by overriding this node's value/attributes/sub nodes according to rules.

Namespace: NFX.Environment
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool OverrideBy(
	IConfigSectionNode other,
	NodeOverrideRules rules = null
)

Return Value

Type: OnlineBoolean
True when merge match was made
See Also