Groupget_RoleTagDescription Method

Note: This API is now obsolete.
returns description of role. Object model stores description as a string. Concrete format and interpretation of this data should be specified separatelly for each version of PBX. Third party applications must not try to modify data of this property. This field is reserved for internal use only

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ObsoleteAttribute("Use Roles property to get descriptions")]
string get_RoleTagDescription(
	string idx
)

Parameters

idx  String
 

Return Value

String

See Also