Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFile.MD5Checksum

TElGoogleDriveFile     See also     


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


An MD5 checksum for the file's content.

Declaration

[C#]
    string MD5Checksum;

[VB.NET]
    Property MD5Checksum As String

[Pascal]
    property MD5Checksum: string;

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

[PHP]
    string get_MD5Checksum()

[Java]
    String getMD5Checksum();

Description

    Use this property to get the MD5 checksum for the content of this file.

See also:     Read    

Discuss this help topic in SecureBlackbox Forum