Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax IList<CORSRule> GetBucketCors(
string bucketName
)
Function GetBucketCors (
bucketName As String
) As IList(Of CORSRule)
IList<CORSRule^>^ GetBucketCors(
String^ bucketName
)
abstract GetBucketCors :
bucketName : string -> IList<CORSRule>
Parameters
- bucketName
- Type: SystemString
bucket name
Return Value
Type:
IListCORSRuleCORS rules
See Also