<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > File > AddStreamToZip |
Service
Method
AddStreamToZip
Description
Adds a file reference to a zip.
The method is disabled on Jamio Public Cloud.
Input |
|||
Name |
Description |
Type |
Optional |
zipFilePath |
Complete path to the destination zip file. (Required). |
String |
|
fileStreamToAdd |
Reference of the file to be added. (Required). |
Reference |
|
fileName |
Name of the file to be added. (Required). |
String |
|
zipFileMustExist |
True if the specified zip file must already exist, false otherwise. (Defaults to false). |
Bool |
|