3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Phone
System
Get
Rule
Call
Type
By
Type 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#
Copy
public
RuleCallType
GetRuleCallTypeByType
(
RuleCallTypeType
id
)
Parameters
id
RuleCallTypeType
One of the values specified by
RuleCallTypeType
.
Return Value
RuleCallType
An instance of
RuleCallType
.
Implements
IPhoneSystem
GetRuleCallTypeByType(RuleCallTypeType)
See Also
Reference
PhoneSystem Class
TCX.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also