Constructor FileDialog
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
ustringThe title.
prompt
ustringThe prompt.
nameFieldLabel
ustringThe name of the file field label..
message
ustringThe 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
ustringThe title.
prompt
ustringThe prompt.
message
ustringThe 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)