Click or drag to resize

ButtonModuleServiceAvailableConsolidatedButtons Property

Returns a consolidated button list consisting of customized buttons and non-customized but configured features.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public List<CustomizedButton> AvailableConsolidatedButtons { get; }

Property Value

Type: ListCustomizedButton
Remarks

The customized location for non-customized but configured features will be the same as their configured location. If there is a customized button at the configured location, then the configured feature's customized location will be the next available free button module location.

See Also