Class FilePickerSaveOptions
Options class for SaveFilePickerAsync(FilePickerSaveOptions) method.
public class FilePickerSaveOptions : PickerOptions
- Inheritance
-
FilePickerSaveOptions
- Inherited Members
Constructors
FilePickerSaveOptions()
public FilePickerSaveOptions()
Properties
DefaultExtension
Gets or sets the default extension to be used to save the file.
public string? DefaultExtension { get; set; }
Property Value
FileTypeChoices
Gets or sets the collection of valid file types that the user can choose to assign to a file.
public IReadOnlyList<FilePickerFileType>? FileTypeChoices { get; set; }
Property Value
ShowOverwritePrompt
Gets or sets a value indicating whether file open picker displays a warning if the user specifies the name of a file that already exists.
public bool? ShowOverwritePrompt { get; set; }
Property Value
- bool?