SortBy¶
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"
SOS.SortBy = "Allocated"
Force sorting the directory tree by the allocated space of the directories.
Remarks
The following SortTypes are supported: “Name”, “Size”, “Allocated”, “Percent”, “Files”