Click or drag to resize
IOssListObjects Method (String, String)
Lists object with specified prefix

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

Parameters

bucketName
Type: SystemString
Bucket name
prefix
Type: SystemString
Key prefix

Return Value

Type: ObjectListing
OssObject instances list
See Also