FolderOption Parameter (Connect-SharePoint Cmdlet)
An option to determine how to display folders in results. Enter either FilesOnly, FilesAndFolders, Recursive, or RecursiveAll.
Syntax
Connect-SharePoint -FolderOption string
Possible Values
FilesOnly, FilesAndFolders, RecursiveAllData Type
cstr
Default Value
"RecursiveAll"
Remarks
An option to determine how to display folders in results. FilesOnly will display only files in specified lists or libraries. FilesAndFolders will display files and folders in the specified list. RecursiveAll will display files in the specified list and all subfolders.