ServiceProvider Property
The storage service provider.
Syntax
public int getServiceProvider(); public void setServiceProvider(int serviceProvider);
Enumerated values: public final static int spAmazonS3 = 0; public final static int spBox = 1; public final static int spDropbox = 2; public final static int spGoogleDrive = 3; public final static int spOneDrive = 4; public final static int spSharePoint = 5;
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.
Default Value
0