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: 493.0.70.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