ICICloudGoogleDriveGeneralParams

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

  • Property ClientEMail As String (read-only_

    HRESULT ClientEMail([out, retval] BSTR* pVal);

    EFT v8.2

  • Property ConnectionRetryAttempts As Long

    HRESULT ConnectionRetryAttempts([out, retval] LONG* pVal); 
    HRESULT ConnectionRetryAttempts([in] LONG newVal);

    EFT v8.2

  • Property ConnectionTimeoutSeconds As Long

    HRESULT ConnectionTimeoutSeconds([out, retval] LONG* pVal); HRESULT ConnectionTimeoutSeconds([in] LONG newVal);

    EFT v8.2

  • Sub FillAccountCredentialsFromFile(FilePath As String)

  • HRESULT FillAccountCredentialsFromFile([in] BSTR filePath);

    EFT v8.2

  • Property FolderID As String

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

    EFT v8.2

  • Property MaxConcurrentThreads As Long

    HRESULT MaxConcurrentThreads([out, retval] LONG* pVal); HRESULT MaxConcurrentThreads([in] LONG newVal);

    EFT v8.2

  • Property PrivateKeyID As String

    HRESULT PrivateKeyID([out, retval] BSTR* pVal);

    EFT v8.2

  • Property ProjectID As String

    HRESULT ProjectID([out, retval] BSTR* pVal);

    EFT v8.2

  • Property ProxyHostName As String

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

    EFT v8.2

  • Property ProxyPassword As String

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

    EFT v8.2

  • Property ProxyPort As Port

    HRESULT ProxyPort([out, retval] LONG* pVal); HRESULT ProxyPort([in] LONG newVal);

    EFT v8.2

  • Property ProxyUserName As String

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

    EFT v8.2

  • Property UseProxy As Boolean

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

    EFT v8.2