Click or drag to resize

TeamButtonSetPersonalizedLabel Method

Updates the team button with personalized label given by user.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetPersonalizedLabel(
	string featureLabel,
	TeamButtonFeatureLabelCompletionHandler completionHandler
)

Parameters

featureLabel
Type: SystemString
The label to be set for the team button.
completionHandler
Type: Avaya.ClientServicesTeamButtonFeatureLabelCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also