CoreWebView2SaveAsUIShowingEventArgs.AllowReplace Property

Definition

Indicates whether to allow replace old file when it already exists in the target save file path.

public bool AllowReplace { get; set; }
member this.AllowReplace : bool with get, set
Public Property AllowReplace As Boolean

Property Value

Remarks

Setting this property to TRUE allows existing files to be replaced. Setting this property to FALSE will not replace existing files and will return FileAlreadyExists.

Applies to