Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Touch

TElGoogleDriveDataStorageObject     See also     


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


Touches the object.

Declaration

[C#]
    void Touch();

[VB.NET]
    Sub Touch()

[Pascal]
    procedure Touch();

[C++]
    void Touch();

[PHP]
    void Touch()

[Java]
    void touch();

Description

    Call this method to touch the object and change its last modification time to now.

See also:     ModifiedDate     Refresh    

Discuss this help topic in SecureBlackbox Forum