3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Tenant
Create
Conference
Place
Extension(String) Method
Creates a new
ConferencePlaceExtension
object.
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
ConferencePlaceExtension
CreateConferencePlaceExtension
(
string
number
)
Parameters
number
String
Number
property value
Return Value
ConferencePlaceExtension
A new instance of
ConferencePlaceExtension
.
Exceptions
ObjectAlreadyExistsException
Thrown when other object with specified dnName exists in the system
DNNameIsNotSpecified
Thrown when dnName is null or empty string
See Also
Reference
Tenant Interface
CreateConferencePlaceExtension Overload
TCX.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also