Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Hash

TElDropboxDataStorageObject     See also     


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


Contains folder's hash value.

Declaration

[C#]
    string Hash;

[VB.NET]
    Property Hash As String

[Pascal]
    property Hash : string;

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

[PHP]
    string get_Hash()

[Java]
    String getHash();

Description

    The hash value of the folder is useful for indicating changes to its content.

See also:     Rev    

Discuss this help topic in SecureBlackbox Forum