Cloud Storage Integrator 2016 Linux Edition
Cloud Storage Integrator 2016 Linux Edition
Questions / Feedback?

UploadComplete Event

Fires after an upload completes.

Syntax

 virtual int FireUploadComplete(DropboxUploadCompleteEventParams *e);

 
typedef struct {
char* Name;
char* Id;
char* Path;
char* ModifiedDate;
char* Revision;
ns_int64 Size;
int reserved;
} DropboxUploadCompleteEventParams;

Remarks

This event fires after an upload is complete.

Name is the name of the resource.

Id is the Id of the resource.

Path is the absolute path to the resource.

ModifiedDate is the modified date of the resource.

Revision is the revision of the file.

Size is the size of the file in bytes.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Linux Edition - Version 16.0 [Build 7239]