PhoneSystemDeleteParameter Method

removes definition of specified parameter from configuration

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public bool DeleteParameter(
	string name,
	IOMSnapshot deleter = null
)

Parameters

name  String
the name of the parameter
deleter  IOMSnapshot  (Optional)
if specified, parameter will be deleted as a part of Saving transaction launched by another object

Return Value

Boolean

Implements

IPhoneSystemDeleteParameter(String, IOMSnapshot)

See Also