In This Article

ISaveFileOptions Interface

Defines options for interacting with SaveFileDialog.

public interface ISaveFileOptions : ISelectFileOptions

Remarks

For internal use only.

Properties

CreatePrompt

Gets or sets a value indicating whether the dialog box prompts the user for permission to create a file if the user specifies a file that does not exist. The default value is false.

bool CreatePrompt { get; set; }

Property Value

bool

OverwritePrompt

Gets or sets a value indicating whether the Save As dialog box displays a warning if the user specifies a file name that already exists. The default value is true.

bool OverwritePrompt { get; set; }

Property Value

bool

Inherited Members