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

Shows the ProjectRunnableProgram in a modal window.

Syntax
C#
public DialogResultCode ShowModal(ProjectRunnableProgram program, Dictionary<string, object> parameters);
Parameters
Description
ProjectRunnableProgram program
The ProjectRunnableProgram to be run.
Dictionary<string, object> parameters
The optional parameters for the ProjectRunnableProgram to be run. See WellKnownParameterKeys.Project.Program for the available keys.
Exceptions
Description
Occurs if the method fails.
Copyright © 2021 Orgadata AG. All rights reserved.