Share

FileDialog.Title Property

The title to show on the dialog.


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

Syntax

C#

public string Title { get; set; }

Property Value

String
If not set, a default title will be used for the dialog. For open, this will be something similar to "Select File" and for save, "Save As".

Exceptions

ExceptionCondition
ArgumentException When setting this property: title cannot include prohibited unprintable characters.
ArgumentNullException When setting this property: A non-optional argument was null

See Also

Reference

Was this information helpful?