Click or drag to resize

CallFeatureServiceIsFeatureAvailable Method

Determines if a specific feature is available.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool IsFeatureAvailable(
	FeatureType eFeature
)

Parameters

eFeature
Type: Avaya.ClientServicesFeatureType
Type of feature.

Return Value

Type: Boolean
returns true if a specific feature is available.
See Also