CoreWebView2SaveAsUIShowingEventArgs.AllowReplace Property

Definition

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