FileSyncScopeFilter::FileNameIncludes Property
Gets the collection of file names to explicitly include in the scope.
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.
Show: