Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.ClientModified

TElDropboxDataStorageObject     See also     


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


File modification time set by the desktop client.

Declaration

[C#]
    DateTime ClientModified;

[VB.NET]
    Property ClientModified As DateTime

[Pascal]
    property ClientModified : TDateTime;

[C++]
    int64_t get_ClientModified();

[PHP]
    DateTime get_ClientModified()

[Java]
    Date getClientModified();

Description

    This time is sent by the desktop client and stored on the Dropbox server, thus it should only be used for display purposes, such as sorting. To check if the file has changed, use Modified property.

See also:     Modified    

Discuss this help topic in SecureBlackbox Forum