Properties

The following properties are available for the filter object.

IncludePattern

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

ExcludePattern

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

IncludeUserNamePattern

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

ExcludeUserNamePattern

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

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. See MinSize.

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. See MaxSize.

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. See FolderMinSize.

MinDate

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

MaxDate

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

IncludeAttributes

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

ExcludeAttributes

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

MinFullPathLength

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

MatchAllFilters

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