SpaceObServer.SearchFilter.Properties.FolderMinSize

<< Click to Display Table of Contents >>

Navigation:  OLE Automation > SearchFilter > Properties >

SpaceObServer.SearchFilter.Properties.FolderMinSize

Description

Use this property to include only directories with a minimum size in MB in the directory tree.

 
Syntax

property FolderMinSize: <Integer>;

 
Example

PowerShell:

$SOS.SizeUnit = "MB"
$SOS.Filter.FolderMinSize = 10

VBS:

SOS.SizeUnit = "MB"
SOS.Filter.FolderMinSize = 10

All directories with a real size lower 10 Mega Byte will be excluded from the file system tree and all exports (Except of the XML export).

 
Remarks

Like for the MinSize and MaxSize filters, the size unit of the given value is defined by the property SizeUnit.