Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFile.OriginalFileName

TElGoogleDriveFile     See also     


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


Returns the original filename.

Declaration

[C#]
    string OriginalFileName;

[VB.NET]
    Property OriginalFileName As String

[Pascal]
    property OriginalFileName: string;

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

[PHP]
    string get_OriginalFileName()

[Java]
    String getOriginalFileName();

Description

    Use this property to get the original filename if the file was uploaded manually, or the original title if the file was inserted through the REST API. Renames of the title will not change the original filename.

See also:     Write    

Discuss this help topic in SecureBlackbox Forum