PhoneSystemGetRuleCallTypeByType Method

Returns an instance of RuleCallType based on its unique ID.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public RuleCallType GetRuleCallTypeByType(
	RuleCallTypeType id
)

Parameters

id  RuleCallTypeType
One of the values specified by RuleCallTypeType.

Return Value

RuleCallType
An instance of RuleCallType.

Implements

IPhoneSystemGetRuleCallTypeByType(RuleCallTypeType)

See Also