MultiFileDataSet.SearchSubdirectories Property
Gets or sets a flag indicating if the dataset will search for data files recursively.
Syntax
public System.Boolean SearchSubdirectories { get; set; }
Property Value
Default: true
True if subdirectories should be searched for data files; otherwise, False.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Platforms
Windows, Linux, Android