getTemplateAvailableXLIFFs() Method
In ReportService, use the getTemplateAvailableXLIFFs() method to get the XLIFFs (XML Localization Interchange File Format) associated with the template.
Signature
public ArrayOfXsdString getTemplateAvailableXLIFFs(String reportAbsolutePath, String templateID, String userID, String password);
Parameters for getTemplateAvailableXLIFFs() 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 userID |
The user ID of the user. |
String password |
The password of the user. |