3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Extension
Create
Fwd
Profile Method
creates new forwarding profile object for the extension.
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
FwdProfile
CreateFwdProfile
(
string
name
)
Parameters
name
String
Return Value
FwdProfile
Exceptions
KeyNotFoundException
profile is not defined in
DefaultProfiles
use
AddCustomFwdProfile(String, RoutingType)
instead
See Also
Reference
Extension Interface
TCX.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also