PhoneSystemSetParameter(String, String, NullableParameterType, String, IOMTransaction) Method
Updates existing custom parameter or adds new
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public bool SetParameter(
string name,
string value,
ParameterType? type,
string desc,
IOMTransaction saver
)
- name String
- name of parameter
- value String
- new value. If null - no modifications or empty for new parameter
- type NullableParameterType
- new type.
- desc String
- new description. if null - no modifications or empty for new parameter
- saver IOMTransaction
- the object which will perform Save operation. If null - required updates will be applied instantly
Booleanfalse if required action has failed.
IPhoneSystemSetParameter(String, String, NullableParameterType, String, IOMTransaction)
Update transaction is initiated (or attached to the saver) only if parameter was modified.