3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Phone
System
Set
Parameter(String, String, IOMTransaction) Method
Adds parameter value update to the specified object using
SetParameter(String, String, Nullable
ParameterType
, String, IOMTransaction)
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
public
bool
SetParameter
(
string
name
,
string
value
,
IOMTransaction
saver
)
Parameters
name
String
value
String
saver
IOMTransaction
Return Value
Boolean
Implements
IPhoneSystem
SetParameter(String, String, IOMTransaction)
Remarks
does not modify
Description
(set empty for new one) and
Type
(sets it to
String
for new one)
See Also
Reference
PhoneSystem Class
SetParameter Overload
TCX.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also