Click or drag to resize
IS3ObjectInfoProviderPutTextToObject Method
Puts text to Amazon S3 storage object.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
void PutTextToObject(
	IS3ObjectInfo obj,
	string content
)

Parameters

obj
Type: CMS.AmazonStorageIS3ObjectInfo
Object info.
content
Type: SystemString
Content to add.
See Also