Click or drag to resize
S3ObjectInfoSetMetadata Method (String, String)
Sets meta data to object.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 13.0.131
Syntax
C#
public void SetMetadata(
	string key,
	string value
)

Parameters

key
Type: SystemString
MetaData key.
value
Type: SystemString
Metadata value.

Implements

IS3ObjectInfoSetMetadata(String, String)
See Also