ServiceProvider Property
The storage service provider.
Syntax
int GetServiceProvider();
int SetServiceProvider(int iServiceProvider);
Possible Values
SP_AMAZON_S3(0), SP_BOX(1), SP_DROPBOX(2), SP_GOOGLE_DRIVE(3), SP_ONE_DRIVE(4), SP_SHARE_POINT(5)
Default Value
0
Remarks
This property specifies the storage service provider which will be used. Possible values are:
- 0 (spAmazonS3 - default)
- 1 (spBox)
- 2 (spDropbox)
- 3 (spGoogleDrive)
- 4 (spOneDrive)
- 5 (spSharePoint)
This property is not available at design time.
Data Type
Integer