Click or drag to resize
IS3ObjectInfoProviderDeleteObject Method
Deletes object from Amazon S3 storage.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
void DeleteObject(
	IS3ObjectInfo obj
)

Parameters

obj
Type: CMS.AmazonStorageIS3ObjectInfo
Object info.
See Also