GatewayCreateGatewayParameterBinding(GatewayParameter, GatewayParameterValue, String) Method

Creates initilized instance of GatewayParameterBinding

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
GatewayParameterBinding CreateGatewayParameterBinding(
	GatewayParameter param,
	GatewayParameterValue value,
	string customvalue = null
)

Parameters

param  GatewayParameter
Param
value  GatewayParameterValue
Value
customvalue  String  (Optional)
Custom

Return Value

GatewayParameterBinding
new intance of GatewayParameterBinding which is initialized using received parameters

See Also