Class FileDialogFilterBuilder
Represents a builder that can create a Avalonia.Controls.FileDialogFilter.
Inheritance
FileDialogFilterBuilder
Assembly: Artemis.UI.Shared.dll
Syntax
public class FileDialogFilterBuilder
Methods
WithExtension(string)
Adds the provided extension to the filter
Declaration
public FileDialogFilterBuilder WithExtension(string extension)
Parameters
Type |
Name |
Description |
string |
extension |
|
Returns
WithName(string)
Sets the name of the filter
Declaration
public FileDialogFilterBuilder WithName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns