FolderOption Parameter (Connect-SharePoint Cmdlet)
An option to determine how to display folders in results. Enter either FilesOnly, FilesAndFolders, Recursive, or RecursiveAll. This property applies only to the SOAP schema.
Syntax
Connect-SharePoint -FolderOption string
Possible Values
FilesOnly, FilesAndFolders, RecursiveAllData Type
cstr
Default Value
"RecursiveAll"
Remarks
- 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.