Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Refresh

TElGoogleDriveDataStorageObject     See also     


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


Refreshes object's content and metadata.

Declaration

[C#]
    void Refresh(bool UpdateViewedDate);

[VB.NET]
    Sub Refresh(ByVal UpdateViewedDate As Boolean)

[Pascal]
    procedure Refresh(UpdateViewedDate: boolean);

[C++]
    void Refresh(bool UpdateViewedDate);

[PHP]
    void Refresh(bool $UpdateViewedDate)

[Java]
    void refresh(boolean UpdateViewedDate);

Parameters

  • UpdateViewedDate - set this property to True to update the object's last viewed date.

Description

    Call this method to refresh object's content and metadata.

See also:     LastViewedByMeDate     Touch    

Discuss this help topic in SecureBlackbox Forum