Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorage.RefreshObject

TElDropboxDataStorage     See also     


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


Refreshes the information about a remote file.

Declaration

[C#]
    void RefreshObject(TElDropboxDataStorageObject Obj);

[VB.NET]
    Sub RefreshObject(ByVal Obj As TElDropboxDataStorageObject)

[Pascal]
    procedure RefreshObject(Obj : TElDropboxDataStorageObject);

[C++]
    void RefreshObject(TElDropboxDataStorageObject &Obj);
    void RefreshObject(TElDropboxDataStorageObject *Obj);

[PHP]
    void RefreshObject(TElDropboxDataStorageObject $Obj)

[Java]
    void refreshObject(TElDropboxDataStorageObject Obj);

Parameters

  • Obj - the object for which the information will be refreshed.

Description

    Call this method to retrieve information about the data object from the storage.

See also:     ObjectExists     ListRevisions     RestoreObject    

Discuss this help topic in SecureBlackbox Forum