Click or drag to resize
S3ObjectInfoSetMetadata Method (String, String, Boolean)
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,
	bool update
)

Parameters

key
Type: SystemString
MetaData key.
value
Type: SystemString
Metadata value.
update
Type: SystemBoolean
Indicates whether data are updated in S3 storage.

Implements

IS3ObjectInfoSetMetadata(String, String, Boolean)
See Also