ICICloudGoogleDriveUploadParams

The ICICloudGoogleDriveUploadParams interface is used to define the methods and properties for the Google Drive account.

  • Property DeleteSourceAfterTransfer As Boolean

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

    EFT v8.2

  • Property LocalPath As String

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

    EFT v8.2

  • Property MatchingFileNamePolicy As GoogleDriveMatchingFileNamePolicy

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

    EFT v8.2

  • Property RemotePath As String

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

    EFT v8.2

  • Property TreatMissingSourceAsSuccess As Boolean

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

    EFT v8.2