Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

UploadComplete Event

Fires after an upload completes.

Syntax

typedef void __fastcall (__closure *TicsDropboxUploadCompleteEvent)(System::TObject* Sender, TicsDropboxUploadCompleteEventParams *e);

__property TicsDropboxUploadCompleteEvent OnUploadComplete = {read=FOnUploadComplete, write=FOnUploadComplete};

typedef struct {
     String Name;
     String Id;
     String Path;
     String ModifiedDate;
     String Revision;
     __int64 Size;
} TicsDropboxUploadCompleteEventParams;

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) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0