You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Interfaces > ILoginScopeUi Interface > ILoginScopeUi Methods > ILoginScopeUi.CanBeginShow Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ILoginScopeUi.CanBeginShow Method

Check whether the ILoginRunnableProgram can be displayed or not.

Syntax
C#
IOperationInfo CanBeginShow(ILoginRunnableProgram program, IDictionary<string, object> parameters);
Parameters
Description
ILoginRunnableProgram program
The ILoginRunnableProgram to be run.
IDictionary<string, object> parameters
The optional parameters for the ILoginRunnableProgram to be run. See WellKnownParameterKeys.LoginScope.Program for the available keys.

An IOperationInfo to check if the method can be called.

Copyright ORGADATA AG © 2023. All rights reserved.