Skip to Content
0
Dec 11, 2008 at 04:46 PM

How to add CustomProperties to Excel object using BIPlatform service?

32 Views

Hallo,

I got a Excel Info object using BIPlatform.Get method as follow

ResponseHolder rh = mPlatformService.Get("path://InfoObjects/Root Folder/fileName/", null);

Excel obj = (Excel)rh.InfoObjects.InfoObject[0];

But how can I add Custom properties and them save them back in Server?