IFileSyncScopeFilter::SetFilenameIncludes
Sets the collection of file names to explicitly include in the scope.
Wildcards (* and ?) can be used in file names.
Explicit inclusion is weaker than exclusion. Therefore, if a file or folder is excluded by some other filter, it will be excluded from the scope even if it is explicitly included in this list.
Note |
|---|
A file that is not included in pszFilenameIncludes is excluded from the scope. For example, if pszFilenameIncludes is set to the empty string, " ", all files are excluded from the scope. |
Show:
Note