IS3ObjectInfoProvider GetObjectsList Method (String, ObjectTypeEnum, Boolean)Kentico 8.0 API Reference
Returns list with objects from given bucket and under given path.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

path
Type: OnlineSystem String
Path.
type
Type: CMS.AmazonStorage ObjectTypeEnum
Specifies which objects are returned (files, directories, both).
useFlatListing
Type: OnlineSystem Boolean
Whether flat listing is used (all files from all subdirectories all in the result).

Return Value

Type: OnlineList OnlineString 
See Also