How to read the CBTManager object
I'm making a special extendscript for my Robohelp project.
And is is going well.
Only I can't seem to figure out how te read the CBTManager object.
I need the Conditional Build Tags in the current project to proceed, but I can't seem to get it to work.
I probably doing something wrong, and help is appreciated.
The documentation is saying this:

So i tried the following:
var CBT = RoboHelp.project.CBTManager;
var CBTItem = CBT.item[0].name;
But all I get is [undefined].
CBTItem.count is returning 3 which is correct. My project has 3 CBT's defined.
But I want to know the names !!
The Documentation is saying the CBT has these properties, but I can't read them.

Hope you can help!
Thanx
Ton Blokhuizen
