Translation for API getFolderContents
Summary
We are using the API getFolderContents to get the list of reports/folders under specified BI Catalog path. And we would be displaying the result in UI page. Wanted to know how translation works hereContent
Below is the code we are using :
BIPConfig config = BIPConfig.getBIPConfig();
ReportService ReportService = BIPUtil.getReportService(config);
ReportService.getFolderContents(folderPath)
0