ViewType

Description

Sets the displayed view type which is used for the exports of the directory tree and parts of the lists.

Syntax

SetOption ViewType: <Integer>

Example

$SOS.SetOption("ViewType", 2)
SOS.SetOption "ViewType", 2

Sets the view type for the directory tree to “Size”.

Remarks

Supported values:

Value 0

“Name”

Value 2

“Size”

Value 3

“Allocated space”

Value 4

“Percent”

Value 7

“Number of files”