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

Shows the LoginRunnableProgram in a non-modal window.

Syntax
C#
public ISynchronizedOperation BeginShow(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 an ISynchronizedOperation for the LoginRunnableProgram.

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