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