Changes for page Download a project (export)
Last modified by Nico Lemaire on 2025/09/01 13:36
From version 4.1
edited by Robin Huisman
on 2022/03/25 11:50
on 2022/03/25 11:50
Change comment:
There is no comment for this version
To version 5.1
edited by Robin Huisman
on 2022/04/01 15:12
on 2022/04/01 15:12
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -260,8 +260,10 @@ 260 260 7; Fill the parameter with **projectID**. Instead of ‘ProjectID' it’s also possible to fill the parameter ‘ProjectCode'. 261 261 8; Send the request and wait for the reponse. In response field ‘ResultCode’ should be 'SUCCES’ when it all went OK. If not it will tell what went wrong. 262 262 9; The response field 'Filecontent’is filled if it went OK, and it contains XML you can serialize. 263 -\\*Username and password are known by each TI user and the application manager of your company can create new usernames. 263 +10; an extra parameter is added calles: **UseZipStream**. The result data is default Base64 encoded, if you add UseZipStream = true, the result string is GZIPSTREAMED Base64 encoded. **At the end of this page, we have added an class as code, to parse the base64 or ZIPStream Base64 to a normal string.** 264 +*Username and password are known by each TI user and the application manager of your company can create new usernames. 264 264 266 + 265 265 **EXAMPLE CODE** 266 266 267 267 ExportType: