BusinessObjects Board

Getting the list of Universe Folders

Hi Guys,
I m developing a C# code for retrieving the list of Universe folders from Root Folder. Is there any option to get this list other than querying againt InfoObjects?
BO version - XIR3


bluecarbon :india: (BOB member since 2008-11-08)

You can try the Excel based utility available in BOB downloads (link below)

Though not in C#, code reference can be of help.


j_sachin_j :india: (BOB member since 2010-09-13)

Why are you avoiding querying the Infostore?


joepeters :us: (BOB member since 2002-08-29)

Thanks for your replies,
Its like i want to show all the universe folders in a Folder Structure.
Anyhow now i have found to get the folder names without querying infostore. The code i use is
UniverseRootFolder.Folders.get_Item(int inum).Name

Can some one now help me in displaying all these folders in a folder structure. Is there any option to link our universe folders with FolderBrowserDialog option of C#.
[/i]


bluecarbon :india: (BOB member since 2008-11-08)