Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.Copy

TElBoxDataStorageObject     See also     


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


Copies the object.

Declaration

[VB.NET]
    Function Copy(ByVal Destination As TElBoxFolder) As TElBoxDataStorageObject
    Function Copy(ByVal Destination As TElBoxFolder, ByVal NewName As String) As TElBoxDataStorageObject

[Pascal]
    function Copy(Destination: TElBoxFolder): TElBoxDataStorageObject;
    function Copy(Destination: TElBoxFolder; const NewName: string): TElBoxDataStorageObject;

Parameters

  • Destination - specifies the destination folder.
  • NewName - specifies the new name for the copied object.

Return value

    Returns an instance of TElBoxDataStorageObject which contains the new copy.

Description

    Use this method to copy the object to the specified location in the storage.

See also:     Move    

Discuss this help topic in SecureBlackbox Forum