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

ListObjects Method

Lists all objects in a bucket.

Syntax

[VB.NET]
Public Sub ListObjects()
[C#]
public void ListObjects();

Remarks

The output is retrieved through the ObjectList event. The output can also be retrieved by using the Objects property.

The bucket is specified by the Bucket property. ObjectPrefix, ObjectDelimiter, ObjectMarker can be used to control the objects listed.

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