IVRCreateIVRForward(String, IVRForwardType, DN, String) Method

Creates initialized IVRForward

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
IVRForward CreateIVRForward(
	string input,
	IVRForwardType forwardType,
	DN forwardToDn,
	string customData
)

Parameters

input  String
forwardType  IVRForwardType
value of ForwardType
forwardToDn  DN
value of ForwardDN if applicable for specisied forwardType
customData  String
value of CustomData if applicable for specisied forwardType

Return Value

IVRForward
IVRForward object

See Also