Click or drag to resize
S3ObjectInfoProvider.GetInfo Method (String)
Returns new instance of IS3ObjectInfo.

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

Parameters

path
Type: System.String
Path with file name.

Return Value

Type: IS3ObjectInfo

Implements

IS3ObjectInfoProvider.GetInfo(String)
See Also