This class is similar to UABrowsePath, but with several important differences:
The names of the elements on the path are not browse names (OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName), but simple strings. As such, they do not contain the namespace index or URI. The namespace is implied by the context; in most cases (such as when the UANamedNodePath is used for navigation inside OPC UA file system), the target namespace does not matter at all.
The types of references that lead from one node on the path to another are not specified in the object (in UABrowsePath, the type of reference, together with parameters selecting how the reference should be matched, are specified in each UABrowsePathElement). The accepted types of references are implied by the context. For example, when the UANamedNodePath is used for navigation inside OPC UA file system, implied is a forward reference of type OpcLabs.EasyOpc.UA.AddressSpace.Standard.UAReferenceTypeIds.Organizes, or its subtype.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows