AddFileOptions.SuppressOverwritePrompt Property

Definition

Gets or sets a value indicating whether to suppress prompting the end user if an existing file is detected and should be overwritten. The default is false

public:
 property bool SuppressOverwritePrompt { bool get(); void set(bool value); };
public:
 property bool SuppressOverwritePrompt { bool get(); void set(bool value); };
public bool SuppressOverwritePrompt { get; set; }
member this.SuppressOverwritePrompt : bool with get, set
Public Property SuppressOverwritePrompt As Boolean

Property Value

Returns Boolean.

Applies to