Navigation:  OLE Automation > SearchFilter > Properties >

SpaceObServer.SearchFilter.Properties.IncludeUserNamePattern

Previous pageReturn to chapter overviewNext page

Description

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

 
Syntax

property IncludeUserNamePattern: <String>;

 
Example

SOS.Filter.IncludeUserNamePattern = "smith;anderson"

The directory tree and all exports (Except of the XML export) 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 ";".