PhoneSystemSetGlobalParams Method

Allows to set global instance parameters. Works only for single instance installations where configuration server has rights to modify them

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void SetGlobalParams(
	Dictionary<string, string> prms
)

Parameters

prms  DictionaryString, String
 

Implements

IPhoneSystemSetGlobalParams(DictionaryString, String)

See Also