csharp
public readonly record struct FileDialogOptionsWhat to ask a file dialog for.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public string? TitleThe dialog's title.
public string? InitialDirectoryWhere to start, as a native path.
public string? SuggestedFileNameThe file name to suggest, for a save dialog.
public IReadOnlyList<FileFilter> FiltersThe type filters, most likely first.
public bool AllowsMultipleSelectionWhether the user may pick more than one file.
Methods (1)
public FileDialogOptions()What to ask a file dialog for.
Used by (12)
- DesktopDialogsVixen.Platform.Desktop
- DialogArgumentsVixen.Platform.Linux
- DialogArgumentsTestsVixen.Platform.Linux.Tests
- HeadlessDialogsVixen.Platform.Headless
- INativeDialogsVixen.Platform
- LinuxDialogsVixen.Platform.Linux
- MacOSDialogsVixen.Platform.MacOS
- MacOSSupplementTestsVixen.Platform.MacOS.Tests
- NothingDialogsVixen.Platform.MacOS.Tests
- NothingDialogsVixen.Platform.Desktop.Tests
- WindowsDialogsVixen.Platform.Windows
- EditorApplicationVixen.Editor.App