Gets or sets the filtered list of files, i.e. those matching at least one specified file mask.
Namespace: CleanCode.GeneralComponents.ControlsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public IEnumerable<string> FileList { get; private set; }
Field Value
The file list.See Also