IConfigSectionNode NavigateSection Method NFX Class Library

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

Navigates the path and return the appropriate section node. Example '!/nfx/logger/destination'

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

IConfigSectionNode NavigateSection(
	string path
)

Parameters

path
Type: OnlineSystem String
If path starts from '!' then exception will be thrown if such a section node does not exist; Use '/' as leading char for root, '..' for step up. Multiple paths may be coalesced using '|' or ';'

Return Value

Type: IConfigSectionNode
See Also