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

RenameBucket Method

Renames a bucket.

Syntax

[VB.NET]
Public Sub RenameBucket(ByVal BucketName As String, ByVal NewName As String)
[C#]
public void RenameBucket(string bucketName, string newName);

Remarks

This method renames the bucket named BucketName to the name NewName. NewName cannot already be in use by another bucket.

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