TenantCreateExternalLine(Gateway) Method

Note: This API is now obsolete.
Creates a new ExternalLine for the given Gateway object.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ObsoleteAttribute("Use CreateExternalLine(Gateway g, string number)")]
ExternalLine CreateExternalLine(
	Gateway g
)

Parameters

g  Gateway
A reference to the Gateway object with which this line should be associated.

Return Value

ExternalLine
A new instance of ExternalLine.

See Also