Click or drag to resize

CallFeatureServiceGetFeatureCapability Method

Returns a capability object indicating whether it is possible to invoke the specified call feature.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability GetFeatureCapability(
	FeatureType featureType
)

Parameters

featureType
Type: Avaya.ClientServicesFeatureType
The feature type to query.

Return Value

Type: Capability
Returns a capability object for the specified feature type.
See Also