Table of Contents

Constructor FileDialog

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

FileDialog()

Initializes a new FileDialog.

public FileDialog()

FileDialog(ustring, ustring, ustring, ustring, List<string>)

Initializes a new instance of FileDialog

public FileDialog(ustring title, ustring prompt, ustring nameFieldLabel, ustring message, List<string> allowedTypes = null)

Parameters

title ustring

The title.

prompt ustring

The prompt.

nameFieldLabel ustring

The name of the file field label..

message ustring

The message.

allowedTypes List<string>

The allowed types.

FileDialog(ustring, ustring, ustring, List<string>)

Initializes a new instance of FileDialog

public FileDialog(ustring title, ustring prompt, ustring message, List<string> allowedTypes)

Parameters

title ustring

The title.

prompt ustring

The prompt.

message ustring

The message.

allowedTypes List<string>

The allowed types.

FileDialog(ustring, ustring, ustring, ustring, ustring, List<string>)

Initializes a new instance of FileDialog

public FileDialog(ustring title, ustring prompt, ustring nameDirLabel, ustring nameFieldLabel, ustring message, List<string> allowedTypes = null)

Parameters

title ustring

The title.

prompt ustring

The prompt.

nameDirLabel ustring

The name of the directory field label.

nameFieldLabel ustring

The name of the file field label..

message ustring

The message.

allowedTypes List<string>

The allowed types.