FileSyncScopeFilter::FileNameExcludes Property

Gets the collection of file names to exclude from the scope.

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

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

Property Value

Type: System.Collections.Generic::ICollection<String>
The collection of file names to exclude from the scope. An empty collection means no files are excluded based on name.

Wildcards (* and ?) can be used in file names.

Show: