TenantCreateExtension(String) Method

Creates a new Extension object Creates initilize full set of default profiles. sets Current profile to Available and adds extension to DEFAULT group with users role.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Extension CreateExtension(
	string number
)

Parameters

number  String
Number property value

Return Value

Extension
A new instance of Extension.

Exceptions

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

See Also