Click or drag to resize

ButtonModuleServiceSetButtonLabel Method

Updates the customized button with personalized label given by user.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetButtonLabel(
	string label,
	CustomizedButton button,
	ButtonModuleServiceButtonCustomizationCompletionHandler completionHandler
)

Parameters

label
Type: SystemString
Personalized label for the customized button.
button
Type: Avaya.ClientServicesCustomizedButton
Informational parameters for the button to be personalized.
completionHandler
Type: Avaya.ClientServicesButtonModuleServiceButtonCustomizationCompletionHandler
A completion handler to call when the operation has completed. This may be null if the caller doesn't wish to be informed of completion.
Remarks
Existing personalized label can be reset to its default value by passing an empty label.
See Also