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
titleustringThe title.
promptustringThe prompt.
nameFieldLabelustringThe name of the file field label..
messageustringThe message.
allowedTypesList<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
titleustringThe title.
promptustringThe prompt.
messageustringThe message.
allowedTypesList<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)