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