ExternalLineRoutingRules Property

The collection of routing rules for this line sorted by priority. read access:
returns the last assigned array of rules. Initial value is sorted by PriorityHint write access:
replace array of this snapshot. PriorityHint will be obsolete for all rules. replaced array will be stored and all rules will be provisioned with new PriorityHint value.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
ExternalLineRule[] RoutingRules { get; set; }

Property Value

ExternalLineRule

See Also