[This is preliminary documentation and is subject to change.]
Navigates the path and return the appropriate node. Example '!/nfx/logger/destination/$file-name'
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- path
- Type:
System String
If path starts from '!' then exception will be thrown if such a node does not exist; Use '/' as leading char for root, '..' for step up, '$' for attribute name. Multiple paths may be coalesced using '|' or ';'
Return Value
Type: IConfigNodeSee Also