Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.Restore

TElBoxDataStorageObject     See also     


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


Restores the object from the trash.

Declaration

[C#]
    void Restore();
    void Restore(TElBoxFolder Destination, string NewName);

[VB.NET]
    Sub Restore()
    Sub Restore(ByVal Destination As TElBoxFolder, ByVal NewName As String)

[Pascal]
    procedure Restore();
    procedure Restore(NewParent: TElBoxFolder; const NewName: string);

[C++]
    void Restore();
    void Restore(TElBoxFolder &Destination, const std::string &NewName);
    void Restore(TElBoxFolder *Destination, const std::string &NewName);

[PHP]
    void Restore()
    void Restore(TElBoxFolder $Destination, string $NewName)

[Java]
    void restore(TElBoxFolder Destination, String NewName);
    void restore();

Parameters

  • NewParent - folder in which the object should be restored.
  • NewName - new name for the restored object.
  • Destination -

Description

    Call this method to restore the object from the trash.

See also:     PurgedAt     TrashedAt     Purge    

Discuss this help topic in SecureBlackbox Forum