PhoneSystemSetParameter(String, String, IOMTransaction) Method

Adds parameter value update to the specified object using SetParameter(String, String, NullableParameterType, String, IOMTransaction)

Definition

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

Parameters

name  String
 
value  String
 
saver  IOMTransaction
 

Return Value

Boolean

Implements

IPhoneSystemSetParameter(String, String, IOMTransaction)

Remarks

does not modify Description(set empty for new one) and Type (sets it to Stringfor new one)

See Also