3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Phone
System
Get
Group
By
Name Method
Gets
Group
with the specified name, or null if group is not found
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
public
Group
GetGroupByName
(
string
name
)
Parameters
name
String
name of group to search
Return Value
Group
Group
object or null if not found
Implements
IPhoneSystem
GetGroupByName(String)
See Also
Reference
PhoneSystem Class
TCX.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also