Click or drag to resize

ButtonCustomizationPolicy Enumeration

Enumeration indicating whether the application supports button customization. Own / Bridged Call Line Appearances, SIP Telephony Features (including Auto Dial feature), Agent Features, etc are a few examples of "buttons" configured for a user on CM / SMGR, that can be customized w.r.t. visual location on the button module, label representing the button, etc.
Enumeration indicating whether the application supports button customization. Own / Bridged Call Line Appearances, SIP Telephony Features (including Auto Dial feature), Agent Features, etc are a few examples of "buttons" configured for a user on CM / SMGR, that can be customized w.r.t. visual location on the button module, label representing the button, etc.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ButtonCustomizationPolicy
Members
  Member nameValueDescription
ButtonCustomizationNotSupported0 Button customization is not supported.
ButtonCustomizationSupported1 Button customization is supported.
See Also