In This Article

ISaveFileOptions Interface

Defines options for interacting with SaveFileDialog.

public interface ISaveFileOptions : ISelectFileOptions

Remarks

For internal use only.

Properties

CreatePrompt

Indicates whether the dialog box prompts the user for permission to create a file if the user specifies a file that does not exist.

bool CreatePrompt { get; set; }

Property Value

bool:

The default value is false.

OverwritePrompt

Indicates whether the Save As dialog box displays a warning if the user specifies a file name that already exists.

bool OverwritePrompt { get; set; }

Property Value

bool:

The default value is true.

Inherited Members

Extension Methods