ISaveFileDialogSaveFile Method (String, String) |
Saves the file with the fully-qualified name.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void SaveFile(
string filename,
string filetype
)
Sub SaveFile (
filename As String,
filetype As String
)
Dim instance As ISaveFileDialog
Dim filename As String
Dim filetype As String
instance.SaveFile(filename, filetype)
void SaveFile(
String^ filename,
String^ filetype
)
Parameters
- filename
- Type: SystemString
The fully-qualified name of the desired file. - filetype
- Type: SystemString
The text denoting the file type filter to be selected in the dialog's Files of type combobox.
Exceptions See Also