Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.Move

TElBoxDataStorageObject     See also     


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


Moves the object to the specified location.

Declaration

[C#]
    void Move(TElBoxFolder Destination);

[VB.NET]
    Sub Move(ByVal Destination As TElBoxFolder)

[Pascal]
    procedure Move(Destination: TElBoxFolder);

[C++]
    void Move(TElBoxFolder &Destination);
    void Move(TElBoxFolder *Destination);

[PHP]
    void Move(TElBoxFolder $Destination)

[Java]
    void move(TElBoxFolder Destination);

Parameters

  • Destination - specifies the destination folder.

Description

    Use this method to move the object to the specified folder(s).

See also:     Copy     Delete     Rename    

Discuss this help topic in SecureBlackbox Forum