Replies: 1 comment 1 reply
-
|
If you know the relation-id of the UDT, then you can use this example to get the name, title and comment of the UDT. For the example I used a fixed relation ID If you've done an explore before, the type informations are typically browsed and stored, and are retrieved from an internal storage. You can explore all available UDTs in advance, where you get the relation-id and the at least the name. But this can't be done with the public api. This would need a similar method like Browse(), where in the current method with the "case Ids.DB_Class_Rid" only the DB informations are uses, you need to change this to the UDT.Class_Rid (value 3932). |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is it possible to retrieve the UDT names?
Beta Was this translation helpful? Give feedback.
All reactions