TenantCreateExternalLine(Gateway, String) Method

Creates a new ExternalLine for the given Gateway object.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
ExternalLine CreateExternalLine(
	Gateway g,
	string dnName
)

Parameters

g  Gateway
A reference to the Gateway object with which this line should be associated.
dnName  String
Number property value

Return Value

ExternalLine
A new instance of ExternalLine.

Exceptions

ObjectAlreadyExistsExceptionThrown when other object with specified dnName exists in the system
DNNameIsNotSpecifiedThrown when dnName is null or empty string

See Also