IS3ObjectInfoProviderAppendTextToObject Method |
Appends text to Amazon S3 storage object.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 13.0.131
Syntax void AppendTextToObject(
IS3ObjectInfo obj,
string content
)
Parameters
- obj
- Type: CMS.AmazonStorageIS3ObjectInfo
Object info. - content
- Type: SystemString
Content to append.
See Also