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

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

Syntax
C#
public IDialogResult<IEnumerable<IFileData>> ShowOpenFileDialog(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 return its contents via FileHandler.GetContent.

Copyright © 2020. All rights reserved.