ImageStoreContent Class

Information about the image store content.

Inheritance
ImageStoreContent

Constructor

ImageStoreContent(*, store_files=None, store_folders=None, **kwargs)

Parameters

store_files
list[FileInfo]
Required

The list of image store file info objects represents files found under the given image store relative path.

store_folders
list[FolderInfo]
Required

The list of image store folder info objects represents subfolders found under the given image store relative path.