ITcHmiSrvExtAsyncHost.GetConfigValue Method

Gets the configuration Value at the specified path.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

Value GetConfigValue(
    Context context,
    string path
)

Parameters

context

Type: TcHmiSrv.Core.Context
A Context that contains information about the user who tries to get the configuration Value.

path

Type: System.String
The path of the requested configuration Value.

Return Value

Type: Value
The Value at the specified path if it exists; otherwise a Value that of Null.

Reference

ITcHmiSrvExtAsyncHost Interface

TcHmiSrv.Core Namespace