Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.CopyObject

TElGoogleDriveDataStorage     See also     


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


Copies a data object.

Declaration

[VB.NET]
    Function CopyObject(ByVal Obj As TElGoogleDriveDataStorageObject, ByVal Destination As TElGoogleDriveFolder) As TElGoogleDriveDataStorageObject
    Function CopyObject(ByVal Obj As TElGoogleDriveDataStorageObject, ByVal NewName As String, ByVal NewDescription As String, ByVal Destination As TElGoogleDriveFolder) As TElGoogleDriveDataStorageObject
    Function CopyObject(ByVal Obj As TElCustomDataStorageObject, ByVal NewHandler As TElCustomDataStorageSecurityHandler) As TElCustomDataStorageObject

Parameters

  • Obj - the object to be copied.
  • NewHandler - the security handler for the object's copy.
  • Destination - the location where the object should be copied.
  • NewName - the name for the new copy.
  • NewDescription - the description for the new copy.

Return value

    Returns a reference to the newly created copy of the object.

Description

    Use this method to copy objects within the storage.

See also:     CreateObject     MoveObject    

Discuss this help topic in SecureBlackbox Forum