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

Shows the ProjectRunnableProgram in a modal window.

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

Returns an ISynchronizedOperation for the ProjectRunnableProgram.

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