PhoneSystemGetDNByNumber Method

Returns an DN sub-class instance, as determined by its number, or if not found.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public DN GetDNByNumber(
	string number
)

Parameters

number  String
Number of the DN.

Return Value

DN
An instance of one of the sub-classes of DN, or .

Implements

IPhoneSystemGetDNByNumber(String)

Remarks

configuration may contain more then one DN object with the same Number property if they are participant of the different Tenants In this case one of the object which has specified Number will be returned.

See Also