Click or drag to resize

AgentServiceIsAgentFeatureAvailable Method

Returns whether a specific agent feature is available or not.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool IsAgentFeatureAvailable(
	AgentFeatureType eAgentFeature
)

Parameters

eAgentFeature
Type: Avaya.ClientServicesAgentFeatureType
Type of Agent feature.

Return Value

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