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

Shows the LoginRunnableProgram in a modal window.

Syntax
C#
public DialogResultCode ShowModal(LoginRunnableProgram program, Dictionary<string, object> parameters);
Parameters
Description
LoginRunnableProgram program
The LoginRunnableProgram to be run.
Dictionary<string, object> parameters
The optional parameters for the LoginRunnableProgram to be run. See WellKnownParameterKeys.LoginScope.Program for the available keys.

Returns a DialogResultCode for the LoginRunnableProgram.

Exceptions
Description
Occurs if the method fails.
Copyright © 2020. All rights reserved.