FileSyncScopeFilter::FileNameIncludes Property

Gets the collection of file names to explicitly include in the scope.

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

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

Property Value

Type: System.Collections.Generic::ICollection<String>
The collection of file names to explicitly include in the scope. An empty collection means all files are included based on name, unless otherwise excluded.

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.

Show: