IncludeSubDirectories Parameter (Connect-Dropbox Cmdlet)
Specifies whether the provider includes subdirectories when listing files and folders.
Syntax
Connect-Dropbox -IncludeSubDirectories bool
Data Type
bool
Default Value
true
Remarks
This property determines whether the cmdlet includes subdirectories when listing files and folders from Dropbox.
If this property is set to true, the cmdlet 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.
This is a required parameter.