The initial file name to be shown for this save operation.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2017
Syntax
C# |
---|
public string InitialFileName { get; set; } |
Visual Basic |
---|
Public Property InitialFileName As String
Get
Set |
Visual C++ |
---|
public:
property String^ InitialFileName {
String^ get ();
void set (String^ value);
} |
Field Value
This would typically be a name derived by the application that matches the purpose of the save operation
it intends to do. The user is permitted to alter the initial file name.
If the extension is not included, the file would be given the selected file extension
for the active filter (when saved). If the extension is included, it will be ignored if the extension does
not match one of the possible filter extensions. When not set, the file name entry field in the dialog will
be blank and the user will have to enter a file name.
Exceptions
See Also