Table of Contents

Class FileDialogFilterBuilder

Namespace
Artemis.UI.Shared.Services.Builders
Assembly
Artemis.UI.Shared.dll

Represents a builder that can create a Avalonia.Controls.FileDialogFilter.

public class FileDialogFilterBuilder
Inheritance
object
FileDialogFilterBuilder

Methods

WithBitmaps()

Adds all supported bitmap types to the filter.

public FileDialogFilterBuilder WithBitmaps()

Returns

FileDialogFilterBuilder

WithExtension(string)

Adds the provided extension to the filter

public FileDialogFilterBuilder WithExtension(string extension)

Parameters

extension string

Returns

FileDialogFilterBuilder

WithName(string)

Sets the name of the filter

public FileDialogFilterBuilder WithName(string name)

Parameters

name string

Returns

FileDialogFilterBuilder