You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > FileHandlerUi Class > FileHandlerUi Methods > FileHandlerUi.ShowSaveFileDialog Method
Close
Ofcas.Lk.Api.Client - Version 3.0
FileHandlerUi.ShowSaveFileDialog Method

Opens a Save File Dialog to acquire a IFileData that points to a file on the service's file system.

Syntax
C#
public IDialogResult<IFileData> ShowSaveFileDialog(Dictionary<string, object> parameters);
Parameters
Description
Dictionary<string, object> parameters
The optional parameters for the file dialog to be run. See WellKnownParameterKeys.LoginScope.FileDialog for the available keys.

Returns a IFileData that points to a file on the service's file system and can be used for a file to save data into it via FileHandler.SetContent.

Copyright © 2020. All rights reserved.