Click or drag to resize
IOssListObjects 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
ObjectListing ListObjects(
	string bucketName
)

Parameters

bucketName
Type: SystemString
Bucket name

Return Value

Type: ObjectListing
OssObject list
See Also