| AgentServiceIsAgentFeatureAvailable Method |
Returns whether a specific agent feature is available or not.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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