Share

UISaveAsOptions.ShowOverwriteWarning Property

Identifies if UI should show an overwrite warning dialog.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool ShowOverwriteWarning { get; set; }

Property Value

Boolean
True if the UI should show a warning dialog prompting the user to overwrite a file if it exists, False if it should not. Default is false.

See Also

Reference

Was this information helpful?