PhoneSystemGetRuleConditionByType Method

Returns an instance of RuleCondition based on its unique ID.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public RuleCondition GetRuleConditionByType(
	RuleConditionType id
)

Parameters

id  RuleConditionType
One of the values specified by RuleConditionType.

Return Value

RuleCondition
An instance of RuleCondition.

Implements

IPhoneSystemGetRuleConditionByType(RuleConditionType)

See Also