3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Direction
Type Enumeration
Determines which direction calls can be made from this line.
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
public
enum
DirectionType
Members
None
0
No calls can be made on this line.
Inbound
1
Only onbound calls can be made on this line.
Outbound
2
Only outbound calls can be made on this line.
Both
3
Both inbound and outbound calls can be made on this line.
See Also
Reference
TCX.Configuration Namespace
In This Article
Definition
Members
See Also