CollectionDownloadOption

enum docushare.CollectionDownloadOption(value)

Represents a Collection download option.

Valid values are as follows:

CHILD_ONLY = <CollectionDownloadOption.CHILD_ONLY: 'Download direct child Documents in the Collection. Does not include Documents in sub Collections.'>
ALL_IN_ONE_DIR = <CollectionDownloadOption.ALL_IN_ONE_DIR: 'Dowload all documents in the Collection and descendant Collections into one directory.'>
ALL = <CollectionDownloadOption.ALL: 'Download all documents in Collection and descendant Collections preserving the Collection structure. Use Collection title as the directory name.'>
ALL_WITH_HANDLE_AS_DIRNAME = <CollectionDownloadOption.ALL_WITH_HANDLE_AS_DIRNAME: 'Download all documents in Collection and descendant Collections preserving the Collection structure. Use Collection handle (e.g. Collection-12345) as the directory name.'>