Is it possible to retrieve the TCM URI of a component from the Broker DB in SDL Tridion 2011 SP1?
Asked
Active
Viewed 117 times
-2
-
Please consider asking at http://tridion.stackexchange.com/ also – Chris Summers May 02 '13 at 21:48
1 Answers
1
If you have the ComponentMeta
object, you can read the ID property, so the short answer is YES.
But, it is unlikely that you have ComponentMeta
if you don't have the ID in the first place, as all the queries return a list of IDs for the Components.
Perhaps you can explain what you are actually trying to do. What is your starting point before trying to get the ID.

Chris Summers
- 10,153
- 1
- 21
- 46