Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Copy

TElGoogleDriveDataStorageObject     See also     


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


Copies the object.

Declaration

[VB.NET]
    Function Copy(ByVal Destination As TElGoogleDriveFolder) As TElGoogleDriveDataStorageObject

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.

See also:     Move    

Discuss this help topic in SecureBlackbox Forum