3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Call
Control
API
Route
To
Destination
String Method
Generates Destination string for RouteToAsync
Definition
Namespace:
TCX.PBXAPI
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
public
static
string
RouteToDestinationString
(
this
Destination
dest
)
Parameters
dest
Destination
Return Value
String
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Destination
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
CallControlAPI Class
TCX.PBXAPI Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also