Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.Copy

TElOneDriveDataStorageObject     See also     


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


Copies the object to the specified folder.

Declaration

[VB.NET]
    Function Copy(ByVal Destination As TElOneDriveFolder) As TElOneDriveDataStorageObject

[Pascal]
    function Copy(Destination: TElOneDriveFolder): TElOneDriveDataStorageObject;

Parameters

  • Destination - the destination folder.

Return value

    Returns an instance of TElGoogleDriveDataStorageObject which contains the new copy.

Description

    Use this method to copy the object to the specified location in the storage. By default, if object with the same name already exists, it will be overwritten. Use TElOneDriveDataStorage.Overwrite property to control this behavior.

See also:     Move    

Discuss this help topic in SecureBlackbox Forum