ExtensionCreateFwdProfile Method

creates new forwarding profile object for the extension.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
FwdProfile CreateFwdProfile(
	string name
)

Parameters

name  String
 

Return Value

FwdProfile

Exceptions

KeyNotFoundExceptionprofile is not defined in DefaultProfiles use AddCustomFwdProfile(String, RoutingType) instead

See Also