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

Checks whether the program dialog can be displayed or not.

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

An IOperationInfo to check if the method can be called.

Copyright © 2020. All rights reserved.