How to get a node by using the browsename? #1088
InformatikerImAll
started this conversation in
General
Replies: 1 comment
-
No, the browse name is not enough information to identify a Node. If you know the full browse path to a Node, you can use the TranslateBrowsePathsToNodeId service to get the NodeId, but that still requires you have a starting NodeId and then all the relative browse names that lead to the target Node. It’s meant for programming against types, primarily. Probably not for your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to get a node by using the browsename? if yes how to get it? right now i am using:
i want to use the browsename not the node id toget the node
Beta Was this translation helpful? Give feedback.
All reactions