IncludeSubDirectories
Specifies whether the provider includes subdirectories when listing files and folders.
Data Type
bool
Default Value
true
Remarks
This property determines whether the add-in includes subdirectories when listing files and folders from Dropbox.
If this property is set to true, the add-in includes files and folders from all subdirectories beneath the target directory.
If this property is set to false, only the contents of the specified directory are included. Subdirectories are ignored.
Use this property when you need to retrieve full directory trees instead of flat folder listings.