cancel
Showing results for 
Search instead for 
Did you mean: 

Save Webi Document Locally

Former Member
0 Kudos

Hello All,

I'm using BO XI 3.1 SP3.

What API/Class should I use to retrieve a Webi document from the CMS and then save it locally? I understand how to query for reports, modify them, and then save back to the CMS with the DocumentInstance object. However, I'd like to save it locally as a .wid file.

Thank you,

Mark

Accepted Solutions (1)

Accepted Solutions (1)

ted_ueda
Employee
Employee
0 Kudos

Are you looking for the IInfoObject.getFiles collection?

Sincerely,

Ted Ueda

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes that is it.

I didn't realize that I was getting a RemoteFile object from the CMS till I looked at it in the debugger. I was thinking that I had to get an ILocalFile somehow, and that obviously was not working.

Thanks for the suggestion. It caused me to look deeper and realize my error.

Regards,

Mark