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

Opens an Select Directory Dialog to acquire a IDirectoryData that points to a directory on the service's system.

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

Returns a IDirectoryData that points to a directory on the service's file system.

Copyright © 2020. All rights reserved.