Click or drag to resize
S3ObjectInfoGetMetadata Method
Returns object meta data.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public string GetMetadata(
	string key
)

Parameters

key
Type: SystemString
Metadata key.

Return Value

Type: String

Implements

IS3ObjectInfoGetMetadata(String)
See Also