PhoneSystemSetParameter(String, String, NullableParameterType, String, IOMTransaction) Method

Updates existing custom parameter or adds new

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public bool SetParameter(
	string name,
	string value,
	ParameterType? type,
	string desc,
	IOMTransaction saver
)

Parameters

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

Return Value

Boolean
false if required action has failed.

Implements

IPhoneSystemSetParameter(String, String, NullableParameterType, String, IOMTransaction)

Remarks

Update transaction is initiated (or attached to the saver) only if parameter was modified.

See Also