IncludePermissionsPattern¶
Description
Use this property to include files where certain user(s) have permissions to.
Syntax
property IncludePermissionsPattern: <String>;
Example
$SOS.Filter.IncludePermissionsPattern = "smith;anderson"
SOS.Filter.IncludePermissionsPattern = "smith;anderson"
The directory tree and all exports will include only files where user “smith” or “anderson” have permissions to.
Remarks
The wildcards “*” (any char) and “?” (any one single char) may be used in the patterns. Multiple user patterns are separated by “;”.