FileSyncScopeFilter::SubdirectoryExcludes Property

Gets the collection of relative paths of directories to exclude from the scope.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
property ICollection<String^>^ SubdirectoryExcludes {
	ICollection<String^>^ get ();
}

Property Value

Type: System.Collections.Generic::ICollection<String>
The collection of relative paths of directories to exclude from the scope. An empty collection means no directories are excluded based on relative path.

Wildcards (* and ?) can be used in directory paths.

Excluding a directory excludes all files and subdirectories that are contained in that directory.

Show: