Click or drag to resize
IS3ObjectInfoProviderGetInfo Method (String)
Returns new instance of S3ObjectInfo.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
IS3ObjectInfo GetInfo(
	string path
)

Parameters

path
Type: SystemString
Path with file name.

Return Value

Type: IS3ObjectInfo
See Also