How to retrieve a string representation for standard nodes

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
meh
Jr. Member
Jr. Member
Posts: 2
Joined: 16 Oct 2017, 18:15

How to retrieve a string representation for standard nodes

Post by meh »

Hello,

is there an opportunity to get a string representation for standard nodes defined in the SDK like ReferenceTypeIds?
So that I'm able to log messages containing readable text like "Organizes" or "OrganizedBy" etc. ?

thanks for help
Hartmut

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: How to retrieve a string representation for standard nod

Post by Support Team »

Hello,

On client side there is the CacheManager, on server side there is the TypeManager. These classes can be used to get some specifiy texts. However if the offered functionality is not enough, you have to implement a cache class on your own.
Best regards
Unified Automation Support Team

Post Reply