Click or drag to resize
OssClientListObjects Method (String)
Lists all objects under the Bucket

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public ObjectListing ListObjects(
	string bucketName
)

Parameters

bucketName
Type: SystemString
Bucket name

Return Value

Type: ObjectListing
OssObject list

Implements

IOssListObjects(String)
See Also