downloadXLIFFInSession() Method
In CatalogService, use the Use downloadXLIFFInSession() method to download a translation file (XLIFF) in binary format from the catalog downloadXLIFFInSession for a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
byte[] downloadXLIFFInSession(String objectAbsolutePath, String locale, String bipSessionToken);
Parameters for downloadXLIFFInSession() Method
Parameter | Description |
---|---|
String objectAbsolutePath |
The path to the XLIFF object to download. |
String locale |
The locale of the XLIFF object (for example, |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |