Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.Refresh

TElOneDriveDataStorageObject     See also     


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


Refreshes object's content and metadata.

Declaration

[C#]
    void Refresh();

[VB.NET]
    Sub Refresh()

[Pascal]
    procedure Refresh();

[C++]
    void Refresh();

[PHP]
    void Refresh()

[Java]
    void refresh();

Description

    Call this method to refresh object's content and metadata (GET the object from the remote storage).

See also:     Clear    

Discuss this help topic in SecureBlackbox Forum