IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

UseResumableUpload Property

Whether to use resumable uploads.

Syntax

ANSI (Cross Platform)
int GetUseResumableUpload();
int SetUseResumableUpload(int bUseResumableUpload); Unicode (Windows) BOOL GetUseResumableUpload();
INT SetUseResumableUpload(BOOL bUseResumableUpload);
@property (nonatomic,readwrite,assign,getter=useResumableUpload,setter=setUseResumableUpload:) BOOL useResumableUpload;
- (BOOL)useResumableUpload;
- (void)setUseResumableUpload:(BOOL)newUseResumableUpload;
#define PID_GOOGLEDRIVE_USERESUMABLEUPLOAD 118

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_GoogleDrive_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_GoogleDrive_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

This property controls whether simple or resumable uploads are used when UploadFile is called. The default value is false (simple uploads are used).

Refer to UploadFile for more information.

This property is not available at design time.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Edition - Version 20.0 [Build 8265]