Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Copy

TElDropboxDataStorageObject     See also     


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


Creates a copy of the data object.

Declaration

[VB.NET]
    Function Copy(ByVal DestPath As String, ByVal NewHandler As TElCustomDataStorageSecurityHandler) As TElCustomDataStorageObject

[Pascal]
    function Copy(const DestPath : string; NewHandler : TElCustomDataStorageSecurityHandler) : TElCustomDataStorageObject;

Parameters

  • DestPath - specifies where the object should be copied.
  • NewHandler - security handler used to perform the operation.

Return value

    Returns an instance of TElCustomDataStorageObject that contains a copy of the object.

Description

    Use this method to copy files in the storage.

See also:     CreateCopyReference     Delete    

Discuss this help topic in SecureBlackbox Forum