Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

ServiceProvider Property

The storage service provider.

Syntax

[VB.NET]
Public Property ServiceProvider As CloudstorageServiceProviders

[C#]
public CloudstorageServiceProviders ServiceProvider {get; set;}

enum CloudstorageServiceProviders { spAmazonS3, spBox, spDropbox, spGoogleDrive, spOneDrive, spSharePoint, spAzureBlob, spWasabi, spDigitalOcean }

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)
  • 6 (spAzureBlob)
  • 7 (spWasabi)
  • 8 (spDigitalOcean)

This property is not available at design time.

Default Value

0

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