FileSyncScopeFilter::SubdirectoryExcludes Property
Gets the collection of relative paths of directories to exclude from the scope.
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.
Show: