DestinationStruct(DestinationType, DN, String) Constructor

Initializes Destination Struct

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public DestinationStruct(
	DestinationType to_type,
	DN internal_destination,
	string external_destination
)

Parameters

to_type  DestinationType
type of destination
internal_destination  DN
internal object reference
external_destination  String
external number

See Also