You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > ProjectUi Class > ProjectUi Methods > ShowModal Method > ProjectUi.ShowModal Method (IProjectRunnableProgram, Dictionary<string, object>)
ProjectUi.ShowModal Method (IProjectRunnableProgram, Dictionary<string, object>)
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectUi.ShowModal Method (IProjectRunnableProgram, Dictionary<string, object>)

Shows the IProjectRunnableProgram in a modal window.

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

Returns a DialogResultCode for the IProjectRunnableProgram.

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