SpaceObServer.SearchFilter.Properties

<< Click to Display Table of Contents >>

Navigation:  OLE Automation > SearchFilter >

SpaceObServer.SearchFilter.Properties

Filter properties

IncludePattern

Filter files by file name pattern (Only matching files included).

ExcludePattern

Filter files by file name pattern (Matching files are excluded).

IncludeUserNamePattern

Filter files by owner name pattern (Only matching files included).

ExcludeUserNamePattern

Filter files by owner name pattern (Matching files are excluded).

MinSize

Filter files by minimum file size.
Note: The size unit of the passed value is defined by the property "SizeUnit" of the "SpaceObServer.Application" com object.

MaxSize

Filter files by maximum file size.
Note: The size unit of the passed value is defined by the property "SizeUnit" of the "SpaceObServer.Application" com object.

FolderMinSize

If set, folders smaller than this size value are excluded from the exports.
Note: The size unit of the passed value is defined by the property "SizeUnit" of the "SpaceObServer.Application" com object.

MinDate

Filter files by minimum file date (last access, last modified or creation date).

MaxDate

Filter files by maximum file date (last access, last modified or creation date).

IncludeAttributes

Filter files by file attributes (Only matching files included).

ExcludeAttributes

Filter files by file attributes (Matching files are excluded).

MinFullPathLength

Filter files by the number of characters of their full path.

MatchAllFilters

Indicates, if the files have to match every filter (AND relation) or only one of them (OR relation).