Constructs a new instance of a File Save dialog.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2017
Syntax
C# |
---|
public FileSaveDialog( string filter ) |
Visual Basic |
---|
Public Sub New ( _ filter As String _ ) |
Visual C++ |
---|
public: FileSaveDialog( String^ filter ) |
Parameters
- filter
- Type: System..::..String
The filter string. See the remarks for Filter for details.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The input filter string does not meet the minimal requirements for a valid filter string. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |