Policy categories that define when the policy is evaluated.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public enum PolicyType |
Visual Basic |
---|
Public Enumeration PolicyType |
Members
Member name | Value | Description | |
---|---|---|---|
PreCall | 0 | The policy is evaluated prior to placing the call. | |
CallAnalysis | 1 | The policy is evaluated after placing the call and performing call analysis. | |
Disposition | 2 | The policy is evaluated after the call is dispositioned. |