Class WebFileChooser

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    It is a class for file chooser of web view.

    public class WebFileChooser : Disposable
    Inheritance
    object
    Disposable
    WebFileChooser

    Properties

    View Source

    AcceptedMimetypes

    Queries the list of accepted MIME types.

    Declaration
    public List<string> AcceptedMimetypes { get; }
    Property Value
    Type Description
    List<><string>
    View Source

    MultipleFilesAllowed

    Check if it is allowed to select multiple files or not.

    Declaration
    public bool MultipleFilesAllowed { get; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    Cancel()

    Cancels the file chooser.

    Declaration
    public bool Cancel()
    Returns
    Type Description
    bool
    View Source

    ChooseFile(string)

    Chooses a file.

    Declaration
    public bool ChooseFile(string file)
    Parameters
    Type Name Description
    string file
    Returns
    Type Description
    bool
    View Source

    ChooseFiles(string[])

    Chooses the files list.

    Declaration
    public bool ChooseFiles(string[] files)
    Parameters
    Type Name Description
    string[] files
    Returns
    Type Description
    bool
    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX