RecurseFolders Parameter (Connect-GoogleSheets Cmdlet)
Used in case FolderId/FolderName properties are defined. If set to True this makes the driver return all the Spreadsheets inside nested folders, else the driver will return only the files directly to that foder. By default this is set to false.
Syntax
Connect-GoogleSheets -RecurseFolders SwitchParameter
Data Type
bool
Default Value
false
Remarks
Used in case FolderId/FolderName properties are defined. If set to True this makes the driver return all the Spreadsheets inside nested folders, else the driver will return only the files directly to that foder. By default this is set to false.
This is a required parameter.