Click or drag to resize
S3ObjectInfoProviderAppendTextToObject Method
Appends text to Amazon S3 storage object.

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

Parameters

obj
Type: CMS.AmazonStorageIS3ObjectInfo
Object info.
content
Type: SystemString
Content to append.

Implements

IS3ObjectInfoProviderAppendTextToObject(IS3ObjectInfo, String)
See Also