IncludeUserNamePattern

Description

Use this property to include only files owned by certain user(s).

Syntax

property IncludeUserNamePattern: <String>;

Example

$SOS.Filter.IncludeUserNamePattern = "smith;anderson"
SOS.Filter.IncludeUserNamePattern = "smith;anderson"

The directory tree and all exports will include only files owned by user “smith” or “anderson”.

Remarks

The wildcards “*” (any char) and “?” (any one single char) may be used in the patterns. Multiple user patterns are separated by “;”.