Revit 2026 API
File |
The title to show on the dialog.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string Title { get; set; }
Public Property Title As String Get Set
public: property String^ Title { String^ get (); void set (String^ value); }
member Title : string with get, set
Property Value
StringIf 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".

Exception | Condition |
---|---|
ArgumentException | When setting this property: title cannot include prohibited unprintable characters. |
ArgumentNullException | When setting this property: A non-optional argument was null |
See Also