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

Checks whether the program dialog can be displayed or not.

Syntax
C#
public OperationInfo CanBeginShow(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.

An OperationInfo to check if the method can be called.

Copyright © 2021 Orgadata AG. All rights reserved.