Table of Contents

Method SaveFileDialog

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

SaveFileDialog(string, string)

Opens a file dialog for selecting a file to save.

public string SaveFileDialog(string defaultPath, string fileName)

Parameters

defaultPath string

The default path for the file dialog.

fileName string

The default file name for the file dialog.

Returns

string

The selected file path.