ICICloudUploadActionParams

The ICICloudUploadParams interface is used to define or retrieve settings related to the Copy/Move file from cloud storage Event Rule Action.  ICIUploadActionParams and ICIDownloadActionParams are subclasses that inherited from the parent ICITransferActionParams IDispatch interface.

  • Property CloudProviderType As CloudProviderType

  • HRESULT CloudProviderType([out, retval] CloudProviderType* pVal);
    HRESULT CloudProviderType([in] CloudProviderType newVal);

    EFT v7.4.5

    Property ConnectionProfileName As String

    HRESULT ConnectionProfileName([out, retval] BSTR *pValName);
    HRESULT ConnectionProfileName([in] BSTR newValName);

    EFT v7.4.5

  • Function GetAWSS3GeneralParams() As CICloudAWSS3GeneralParams and Sub SetAWSS3GeneralParams(pVal As CICloudAWSS3GeneralParams)

  • HRESULT GetAWSS3GeneralParams([out, retval] ICICloudAWSS3GeneralParams** ppVal);
    HRESULT SetAWSS3GeneralParams([in] ICICloudAWSS3GeneralParams* pVal);

    EFT v7.4.5

  • Function GetAWSS3UploadParams() As CICloudAWSS3UploadParams and Sub SetAWSS3UploadParams(pVal As CICloudAWSS3UploadParams)

  • HRESULT GetAWSS3UploadParams([out, retval] ICICloudAWSS3UploadParams** ppVal);
    HRESULT SetAWSS3UploadParams([in] ICICloudAWSS3UploadParams* pVal);

    EFT v7.4.5

  • Function GetAzureBlobGeneralParams() As CICloudAzureBlobGeneralParams and Sub SetAzureBlobGeneralParams(pVal As CICloudAzureBlobGeneralParams)

  • HRESULT GetAzureBlobGeneralParams([out, retval] ICICloudAzureBlobGeneralParams** ppVal);
    HRESULT SetAzureBlobGeneralParams([in] ICICloudAzureBlobGeneralParams* pVal);

    EFT v7.4.5

  • Function GetAzureBlobUploadParams() As CICloudAzureBlobUploadParams and Sub SetAzureBlobUploadParams(pVal As CICloudAzureBlobUploadParams)

  • HRESULT GetAzureBlobUploadParams([out, retval] ICICloudAzureBlobUploadParams** ppVal);
    HRESULT SetAzureBlobUploadParams([in] ICICloudAzureBlobUploadParams* pVal);

    EFT v7.4.5

  • Function GetGoogleDriveGeneralParams() As CICloudGoogleDriveGeneralParams and SetGoogleDriveGeneralParams() As CICloudGoogleDriveGeneralParams

  • HRESULT GetGoogleDriveGeneralParams([out, retval] ICICloudGoogleDriveGeneralParams** ppVal);
    HRESULT SetGoogleDriveGeneralParams([in] ICICloudGoogleDriveGeneralParams* pVal);

    EFT v8.2