Click or drag to resize
OssClientDeleteObject Method
删除指定的OssObject

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public void DeleteObject(
	string bucketName,
	string key
)

Parameters

bucketName
Type: SystemString
Bucket的名称。
key
Type: SystemString
Key

Implements

IOssDeleteObject(String, String)
See Also