M-Files API 23.11.13135.0
SetReplicationViaCloud Method
ExportContentJob Object : SetReplicationViaCloud Method
If this is set to "true" replication via cloud storage is enabled.
The access information of the external storage location.
The target folder in the external cloud storage.
The password used for encrypting the replication packages.
Description
Sets the information for replication via cloud storage.
Syntax
Visual Basic
Public Sub SetReplicationViaCloud( _
   ByVal vbEnableReplicationViaCloud As Boolean, _
   ByVal bstrConnectionString As String, _
   ByVal bstrExternalFolderName As String, _
   ByVal bstrEncryptionPassword As String _
) 
Parameters
vbEnableReplicationViaCloud
If this is set to "true" replication via cloud storage is enabled.
bstrConnectionString
The access information of the external storage location.
bstrExternalFolderName
The target folder in the external cloud storage.
bstrEncryptionPassword
The password used for encrypting the replication packages.
Remarks
Requires the "MFExportContentFlagUseMultipleContentPackages" flag to be enabled via the Flags property.
See Also

ExportContentJob Object  | ExportContentJob Members