FileHelperShowSaveFileDialog Method

Show the default save file dialog.

Definition

Namespace: PCBI_API_Extensions.Helper
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static IFileData ShowSaveFileDialog(
	string title,
	string fileName,
	List<FileFormatFilter> typeFilters,
	FileType pcbiFileType,
	IPCBIWindow parent
)

Parameters

title  String
Title of the dialog
fileName  String
Predefined filename (can be changed by user)
typeFilters  ListFileFormatFilter
Filters for allowed file types (eg. new FileFormatFilter("IDX files (.idx)", "*.idx"))
pcbiFileType  FileType
Internal filetype
parent  IPCBIWindow
PCBI window object

Return Value

IFileData

See Also