Click or drag to resize
IS3ObjectInfoProviderObjectExists Method
Returns whether object exists.

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

Parameters

obj
Type: CMS.AmazonStorageIS3ObjectInfo
Object info.

Return Value

Type: Boolean
See Also