Click or drag to resize
S3ObjectFactoryGetInfo Method (String)
Returns new instance of IS3ObjectInfo object.

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

Parameters

path
Type: SystemString
Path with file name.

Return Value

Type: IS3ObjectInfo
See Also