Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFile.FileExtension

TElGoogleDriveFile     See also     


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


Returns the file extension used when downloading the file.

Declaration

[C#]
    string FileExtension;

[VB.NET]
    Property FileExtension As String

[Pascal]
    property FileExtension: string;

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

[PHP]
    string get_FileExtension()

[Java]
    String getFileExtension();

Description

    Use this property to get the file extension. To set the file extension, it should be supplied in the file name.

See also:     DownloadURL    

Discuss this help topic in SecureBlackbox Forum