Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

CopyObject Method

Make a copy of the specified object.

Syntax

[VB.NET]
Public Sub CopyObject(ByVal SrcObjectName As String, ByVal DestBucket As String, ByVal DestObjectName As String)
[C#]
public void CopyObject(string srcObjectName, string destBucket, string destObjectName);

Remarks

This method will copy the object specified by the Bucket property and the SrcObjectName parameter to the DestBucket with the specified DestObjectName.

This enables the user to copy an object from one place to another without having to first download, then upload the object.

NOTE: Objects may only be copied to buckets that exist within the same location.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]