IFileSyncScopeFilter::SetSubDirectoryExcludes
Sets the collection of relative paths of directories to exclude from the scope.
Wildcards (* and ?) cannot be used in directory paths.
Excluding a directory excludes all files and subdirectories that are contained in that directory.
The paths specified by pcszSubDirectoryExcludes can be absolute or relative. Relative paths are relative to the root directory of the replica as specified in the IFileSyncProvider::Initialize method.
Show: