<< Click to Display Table of Contents >> Navigation: OLE Automation > Application > Properties > SpaceObServer.Application.Properties.SortBy |
Description
Indicates the type of data by which the exports should be sorted.
Syntax
property SortBy: <String>;
Example
$SOS.SortBy = "Allocated" #PowerShell
SOS.SortBy = "Allocated" 'VBS
Force sorting the directory tree by the allocated space of the directories.
Remarks
The following SortTypes are supported:
"Name", "Size", "Allocated", "Percent", "Files"