Artemis Artemis
Artemis Artemis

Search Results for

    Class FileDialogFilterBuilder

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

    Inheritance
    object
    FileDialogFilterBuilder
    Namespace: Artemis.UI.Shared.Services.Builders
    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
    Type Description
    FileDialogFilterBuilder

    WithName(string)

    Sets the name of the filter

    Declaration
    public FileDialogFilterBuilder WithName(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    FileDialogFilterBuilder
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.