Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFile.DownloadURL

TElGoogleDriveFile     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns a download URL for the file.

Declaration

[C#]
    string DownloadURL;

[VB.NET]
    Property DownloadURL As String

[Pascal]
    property DownloadURL: string;

[C++]
    void get_DownloadURL(std::string &OutResult);

[PHP]
    string get_DownloadURL()

[Java]
    String getDownloadURL();

Description

    Use this property to get a short lived download URL for the file. This is only applicable to the files with content stored in Drive.

See also:     MD5Checksum    

Discuss this help topic in SecureBlackbox Forum