ExportedElements¶
Description¶
Determines which element types are included in the exports (e.g. Excel, HTML, PDF, CSV and text exports). The view on the screen is not affected.
Syntax¶
SetOption ExportedElements: <Integer>;
Example¶
$SOS.SetOption("EXPORTEDELEMENTS", 3) #PowerShell
Includes folders and files in the exports.
Remarks¶
Supported values:
- 1
Folders
- 3
Folders and files
- 5
Folders and the “Files” element which groups all files of a folder
- 7
Folders, files and the “Files” element which groups all files of a folder
Folders are always exported, therefore every value has to include the value “1”.