Click or drag to resize

FileFilter Constructor (String, String)

Initializes a new instance of the FileFilter class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public FileFilter(
	string name,
	params string[] extensions
)

Parameters

name
Type: SystemString
Name of the filter to display to the user
extensions
Type: SystemString
Extensions of the files to filter by, including the dot for each
See Also