C# Class Nexus.UI.Controls.FilteredFolderBrowserDialog

Show file Open project: NexusMods/NexusModManager-4.5

Private Properties

Property Type Description
InitializeComponent void
butNewFolder_Click void

Public Methods

Method Description
FilteredFolderBrowserDialog ( ) : System

The default constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

MatchFiles ( string p_strSelectedPath, bool p_booSearchSubfolders, string p_strFileFilter, FilterType p_ftpFileFilterType ) : List

Finds all files matching the filter in the specified directory, and optionally subdirectories.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

butNewFolder_Click ( object sender, EventArgs e ) : void

Handles the Control.Click event of the new folder button.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FilteredFolderBrowserDialog() public method

The default constructor.
public FilteredFolderBrowserDialog ( ) : System
return System

MatchFiles() protected method

Finds all files matching the filter in the specified directory, and optionally subdirectories.
protected MatchFiles ( string p_strSelectedPath, bool p_booSearchSubfolders, string p_strFileFilter, FilterType p_ftpFileFilterType ) : List
p_strSelectedPath string The path in which to match files.
p_booSearchSubfolders bool Whether to match files in subdirectories of .
p_strFileFilter string The filter to use to match files.
p_ftpFileFilterType FilterType The type of file filter used to match files.
return List