getTemplateAvailableXLIFFsInSession() Method
In ReportService, use the getTemplateAvailableXLIFFsInSession() method to get the XLIFFs (XML Localization Interchange File Format) associated with the template.
Signature
public ArrayOfXsdString getTemplateAvailableXLIFFsInSession(String reportAbsolutePath, String templateID, String bipSessionToken);
Parameters for getTemplateAvailableXLIFFsInSession() Method
Parameter | Description |
---|---|
String reportAbsolutePath |
The absolute path to the report in catalog. |
String templateID |
The ID of the template used by the report. |
String bipSessionToken |
The session token retrieved from login. |