Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorage.MoveObject

TElOneDriveDataStorage     See also     


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


Moves a data object.

Declaration

[VB.NET]
    Sub MoveObject(ByVal Obj As TElOneDriveDataStorageObject, ByVal Destination As TElOneDriveFolder)

[Pascal]
    procedure MoveObject(Obj: TElOneDriveDataStorageObject; Destination: TElOneDriveFolder);

Parameters

  • Obj - the object (file or folder) to be moved.
  • Destination - the destination folder.

Description

    Call this method to move the object to another folder.

See also:     CopyObject     RenameObject    

Discuss this help topic in SecureBlackbox Forum