Click or drag to resize
CallFeatureServiceSetPersonalizedLabelForFeature Method
Updates the feature button with personalized label given by user.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void SetPersonalizedLabelForFeature(
	string featureLabel,
	FeatureParameters featureParams,
	CallFeatureServiceFeatureLabelCompletionHandler completionHandler
)

Parameters

featureLabel
Type: SystemString
The label to be set for the feature.
featureParams
Type: Avaya.ClientServicesFeatureParameters
The FeatureParameters object to set feature label.
completionHandler
Type: Avaya.ClientServicesCallFeatureServiceFeatureLabelCompletionHandler
A completion handler to call when the operation has completed may be null.
See Also